Print Plus
Adds a print button to the browser.
Qu'est-ce que Print Plus ?
Print Plus est une extension Chrome développée par ellienora00, et sa fonction principale est "Adds a print button to the browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Print Plus
Téléchargez les fichiers d'extension Print Plus 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 extension Print plus do an amazing job on one click. Magically it adds a print button to the browser and on pressing the print button the whole page currently opened in a browser will be printed in a second or two.
Informations de Base sur l'Extension
Nom | Print Plus |
ID | edomigmolmlfpcdkidnjagcahdbacpbj |
URL Officiel | https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj |
Description | Adds a print button to the browser. |
Taille du Fichier | 4.49 KB |
Nombre d'Installations | 502 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-01-11 |
Date de Publication | 2022-01-11 |
Développeur | ellienora00 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.golferarena.com/ |
URL de la Page d'Aide | https://www.golferarena.com/ |
URL de la Page de Politique de Confidentialité | https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Print Plus", "description": "Adds a print button to the browser.", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Print this page", "default_icon": "print_16x16.png" }, "manifest_version": 2 } |