Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMottie <wowmotty@gmail.com>2015-09-30 20:38:44 +0300
committerMottie <wowmotty@gmail.com>2015-09-30 20:38:44 +0300
commit71828b5e545cd7404b572d353b795ed71ec6819b (patch)
treed4aec13db8b6d856191456a312fa44d7e2ab1505
parentee3df4c28c367d6e368b7ac8d2be51339bbd95d7 (diff)
Add Opera screenshotsv4.0.4
-rw-r--r--README.md17
-rw-r--r--dist/bookmarklet/printliminator.js4
-rw-r--r--dist/chrome.crxbin19508 -> 19508 bytes
-rw-r--r--dist/chrome.zipbin20541 -> 20541 bytes
-rw-r--r--dist/chrome/manifest.json2
-rw-r--r--dist/chrome/printliminator.js4
-rw-r--r--dist/opera.nexbin19508 -> 19508 bytes
-rw-r--r--index.html2
-rw-r--r--package.json2
-rw-r--r--src/chrome/manifest.json2
-rw-r--r--src/images/Chrome-1.png (renamed from src/images/The-Printliminator-1.png)bin117923 -> 117923 bytes
-rw-r--r--src/images/Chrome-2.png (renamed from src/images/The-Printliminator-2.png)bin108245 -> 108245 bytes
-rw-r--r--src/images/Chrome-3.png (renamed from src/images/The-Printliminator-3.png)bin67144 -> 67144 bytes
-rw-r--r--src/images/Chrome-4.png (renamed from src/images/The-Printliminator-4.png)bin62062 -> 62062 bytes
-rw-r--r--src/images/Chrome-5.png (renamed from src/images/The-Printliminator-5.png)bin88818 -> 88818 bytes
-rw-r--r--src/images/Opera-1.pngbin0 -> 226565 bytes
-rw-r--r--src/images/Opera-2.pngbin0 -> 160615 bytes
-rw-r--r--src/images/Opera-3.pngbin0 -> 128779 bytes
18 files changed, 20 insertions, 13 deletions
diff --git a/README.md b/README.md
index ce054c8..a6e9ebe 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,21 @@ Get the:
* Updates & extensions by [Rob Garrison](http://wowmotty.blogspot.com/).
* Icons by [Function](http://wefunction.com/2008/07/function-free-icon-set/).
* Print stylesheet based on [Hartija](http://code.google.com/p/hartija/).
+* Translations provided by [Transifex]()
+
+### Contributing
+
+* Pull requests are welcome!
+* Provide additional translations via [Transifex](https://www.transifex.com/css-tricks/the-printliminator/) or with a pull request.
### Recent Changes
+#### Version 4.0.4 (9/30/2015)
+
+* Add screenshots of Opera extesion.
+* Rename Chrome screenshots.
+* Version bump to resubmit Opera extension.
+
#### Version 4.0.3 (9/28/2015)
* Fix icon file name in Chrome manifest which was preventing the extension from working.
@@ -44,8 +56,3 @@ Get the:
* Add some basic unit testing for DOM traversing.
* All production files are now located in the `dist` folder; `printliminator.min.js` is still located in the root.
* Added [wiki documentation](https://github.com/CSS-Tricks/The-Printliminator/wiki).
-
-#### Version 3.1.2 (9/15/2015)
-
-* Add missing <kbd>Shift</kbd>+Click functionality.
-* Make drag area larger while dragging. Fixes [issue #4](https://github.com/CSS-Tricks/The-Printliminator/issues/4).
diff --git a/dist/bookmarklet/printliminator.js b/dist/bookmarklet/printliminator.js
index f79f8fa..8218efa 100644
--- a/dist/bookmarklet/printliminator.js
+++ b/dist/bookmarklet/printliminator.js
@@ -1,4 +1,4 @@
-/* Printliminator v4.0.3
+/* Printliminator v4.0.4
* https://github.com/CSS-Tricks/The-Printliminator
*/
/*jshint expr:false */
@@ -8,7 +8,7 @@
var pl = window.thePrintliminator = {
- version : '4.0.3',
+ version : '4.0.4',
// preprocess is used to echo in settings from options.json
css : {
diff --git a/dist/chrome.crx b/dist/chrome.crx
index 67a44d4..261c8b6 100644
--- a/dist/chrome.crx
+++ b/dist/chrome.crx
Binary files differ
diff --git a/dist/chrome.zip b/dist/chrome.zip
index 9b8ca94..e5519c7 100644
--- a/dist/chrome.zip
+++ b/dist/chrome.zip
Binary files differ
diff --git a/dist/chrome/manifest.json b/dist/chrome/manifest.json
index b5d3135..ee6ba57 100644
--- a/dist/chrome/manifest.json
+++ b/dist/chrome/manifest.json
@@ -1,6 +1,6 @@
{
"name": "__MSG_printliminatorName__",
- "version": "4.0.3",
+ "version": "4.0.4",
"manifest_version": 2,
"author": "Chris Coyier",
"description": "__MSG_printliminatorDescription__",
diff --git a/dist/chrome/printliminator.js b/dist/chrome/printliminator.js
index f7260f1..2ba581f 100644
--- a/dist/chrome/printliminator.js
+++ b/dist/chrome/printliminator.js
@@ -1,4 +1,4 @@
-/* Printliminator v4.0.3
+/* Printliminator v4.0.4
* https://github.com/CSS-Tricks/The-Printliminator
*/
/*jshint expr:false */
@@ -8,7 +8,7 @@
var pl = window.thePrintliminator = {
- version : '4.0.3',
+ version : '4.0.4',
// preprocess is used to echo in settings from options.json
css : {
diff --git a/dist/opera.nex b/dist/opera.nex
index 67a44d4..261c8b6 100644
--- a/dist/opera.nex
+++ b/dist/opera.nex
Binary files differ
diff --git a/index.html b/index.html
index 44a1f0e..c0a9a6d 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@ To make changes, modify the "src/bookmarklet/index.html"
<div id="demo-top-bar">
<div id="demo-bar-inside">
<h2 id="demo-bar-badge">
- <a href="/">CSS-Tricks Example</a>
+ <a href="//github.com/CSS-Tricks/The-Printliminator">CSS-Tricks Example</a>
</h2>
<div id="demo-bar-buttons"></div>
</div>
diff --git a/package.json b/package.json
index 801f107..6be123a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Printliminator",
- "version": "4.0.3",
+ "version": "4.0.4",
"description": "Printliminator is a simple tool you can use to make websites print better. One click to activate, and then click to remove elements from the page, remove graphics, and apply better print styling.",
"repository": {
"type": "git",
diff --git a/src/chrome/manifest.json b/src/chrome/manifest.json
index b5d3135..ee6ba57 100644
--- a/src/chrome/manifest.json
+++ b/src/chrome/manifest.json
@@ -1,6 +1,6 @@
{
"name": "__MSG_printliminatorName__",
- "version": "4.0.3",
+ "version": "4.0.4",
"manifest_version": 2,
"author": "Chris Coyier",
"description": "__MSG_printliminatorDescription__",
diff --git a/src/images/The-Printliminator-1.png b/src/images/Chrome-1.png
index 8300aab..8300aab 100644
--- a/src/images/The-Printliminator-1.png
+++ b/src/images/Chrome-1.png
Binary files differ
diff --git a/src/images/The-Printliminator-2.png b/src/images/Chrome-2.png
index 27bf8c9..27bf8c9 100644
--- a/src/images/The-Printliminator-2.png
+++ b/src/images/Chrome-2.png
Binary files differ
diff --git a/src/images/The-Printliminator-3.png b/src/images/Chrome-3.png
index 1913d38..1913d38 100644
--- a/src/images/The-Printliminator-3.png
+++ b/src/images/Chrome-3.png
Binary files differ
diff --git a/src/images/The-Printliminator-4.png b/src/images/Chrome-4.png
index 6c13525..6c13525 100644
--- a/src/images/The-Printliminator-4.png
+++ b/src/images/Chrome-4.png
Binary files differ
diff --git a/src/images/The-Printliminator-5.png b/src/images/Chrome-5.png
index 7314823..7314823 100644
--- a/src/images/The-Printliminator-5.png
+++ b/src/images/Chrome-5.png
Binary files differ
diff --git a/src/images/Opera-1.png b/src/images/Opera-1.png
new file mode 100644
index 0000000..f5801e5
--- /dev/null
+++ b/src/images/Opera-1.png
Binary files differ
diff --git a/src/images/Opera-2.png b/src/images/Opera-2.png
new file mode 100644
index 0000000..fe1fbc2
--- /dev/null
+++ b/src/images/Opera-2.png
Binary files differ
diff --git a/src/images/Opera-3.png b/src/images/Opera-3.png
new file mode 100644
index 0000000..5fac4bc
--- /dev/null
+++ b/src/images/Opera-3.png
Binary files differ