The Printliminator
A simple tool to make websites print better.
Qu'est-ce que The Printliminator ?
The Printliminator est une extension Chrome développée par Mottie, et sa fonction principale est "A simple tool to make websites print better.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Printliminator
Téléchargez les fichiers d'extension The Printliminator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | The Printliminator |
ID | nklechikgnfoonbfmcalddjcpmcmgapf |
URL Officiel | https://chromewebstore.google.com/detail/the-printliminator/nklechikgnfoonbfmcalddjcpmcmgapf |
Description | A simple tool to make websites print better. |
Taille du Fichier | 23.62 KB |
Nombre d'Installations | 15,176 |
Version Actuelle | 4.0.5 |
Dernière Mise à Jour | 2015-10-11 |
Date de Publication | 2015-10-11 |
Évaluation | 4.70/5 Total 56 Évaluations |
Développeur | Mottie |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/CSS-Tricks/The-Printliminator |
URL de la Page d'Aide | https://github.com/CSS-Tricks/The-Printliminator/wiki |
Langues Prises en Charge | 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" ] } |