PrintAny
One click print current TAB, selected content on a website and also Google emails.
Qu'est-ce que PrintAny ?
PrintAny est une extension Chrome développée par Murali Krishna Chanda, et sa fonction principale est "One click print current TAB, selected content on a website and also Google emails.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PrintAny
Téléchargez les fichiers d'extension PrintAny 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
Print button inside you Chrome browser to easy print a page with one click.
Informations de Base sur l'Extension
Nom | PrintAny |
ID | fomndpnkhdffldikpeefdjeiebjdbgmn |
URL Officiel | https://chromewebstore.google.com/detail/printany/fomndpnkhdffldikpeefdjeiebjdbgmn |
Description | One click print current TAB, selected content on a website and also Google emails. |
Taille du Fichier | 12.35 KB |
Nombre d'Installations | 1,782 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-04-03 |
Date de Publication | 2019-04-03 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Murali Krishna Chanda |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PrintAny", "version": "1.0", "manifest_version": 2, "description": "One click print current TAB, selected content on a website and also Google emails.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "printer.png" }, "permissions": [ "activeTab" ], "icons": { "16": "printer.png", "32": "printer.png", "48": "printer.png", "128": "printer.png" }, "offline_enabled": true } |