Print Plus
Adds a print button to the browser.
Wat is Print Plus?
Print Plus is een Chrome-extensie ontwikkeld door ellienora00, en de belangrijkste functie is "Adds a print button to the browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Print Plus
Download Print Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | edomigmolmlfpcdkidnjagcahdbacpbj |
| Officiële URL | https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj |
| Beschrijving | Adds a print button to the browser. |
| Bestandsgrootte | 4.49 KB |
| Aantal Installaties | 502 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2022-01-11 |
| Publicatiedatum | 2022-01-11 |
| Ontwikkelaar | ellienora00 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.golferarena.com/ |
| Help Pagina-URL | https://www.golferarena.com/ |
| URL van de Privacybeleid Pagina | https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH |
| Ondersteunde Talen | 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
} | |