Print Plus
Adds a print button to the browser.
Vad är Print Plus?
Print Plus är en Chrome-tillägg utvecklad av ellienora00, och dess huvudfunktion är "Adds a print button to the browser.".
Tilläggsskärmbilder
Ladda ner Print Plus-förlängningens CRX-fil
Ladda ner Print Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Print Plus |
ID | edomigmolmlfpcdkidnjagcahdbacpbj |
Officiell webbadress | https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj |
Beskrivning | Adds a print button to the browser. |
Filstorlek | 4.49 KB |
Antal Installationer | 502 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2022-01-11 |
Publiceringsdatum | 2022-01-11 |
Utvecklare | ellienora00 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.golferarena.com/ |
Hjälpsida URL | https://www.golferarena.com/ |
URL till Sekretesspolicy Sidan | https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH |
Stödda Språk | 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 } |