The Printliminator
A simple tool to make websites print better.
Hvad er The Printliminator?
The Printliminator er en Chrome-udvidelse udviklet af Mottie, og dens hovedfunktion er "A simple tool to make websites print better.".
Udvidelsesskærmbilleder
Download The Printliminator-udvidelses-CRX-fil
Download The Printliminator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
The Printliminator is a simple tool you can use to make websites print better. One click to activate, and then click to remove highlighted elements from the page, remove graphics, and apply better print styling.
Grundlæggende oplysninger om udvidelsen
Navn | The Printliminator |
ID | nklechikgnfoonbfmcalddjcpmcmgapf |
Officiel URL | https://chromewebstore.google.com/detail/the-printliminator/nklechikgnfoonbfmcalddjcpmcmgapf |
Beskrivelse | A simple tool to make websites print better. |
Filstørrelse | 23.62 KB |
Antal Installationer | 15,176 |
Nuværende Version | 4.0.5 |
Senest Opdateret | 2015-10-11 |
Udgivelsesdato | 2015-10-11 |
Bedømmelse | 4.70/5 Samlet 56 Bedømmelser |
Udvikler | Mottie |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/CSS-Tricks/The-Printliminator |
Hjælpeside-URL | https://github.com/CSS-Tricks/The-Printliminator/wiki |
Understøttede Sprog | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_printliminatorName__", "version": "4.0.5", "manifest_version": 2, "author": "Chris Coyier", "description": "__MSG_printliminatorDescription__", "homepage_url": "https:\/\/github.com\/CSS-Tricks\/The-Printliminator", "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon32.png", "default_title": "__MSG_printliminatorName__", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "printliminator.js", "printliminator.css" ] } |