Print Button
Easily print any page with just one click!
Vad är Print Button?
Print Button är en Chrome-tillägg utvecklad av Jorvi, och dess huvudfunktion är "Easily print any page with just one click!".
Tilläggsskärmbilder
Ladda ner Print Button-förlängningens CRX-fil
Ladda ner Print Button-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
With Print Button addon, you can easily print any desired page with just one click from your browser's toolbar. Important features: a. Print any webpage with a click of a button (toolbar button). b. No settings or options to adjust. To report bugs, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/print.html)
Grundläggande Information om Tillägg
Namn | Print Button |
ID | chknabpgcjhognofjhnlhlmjgidpjkeg |
Officiell webbadress | https://chromewebstore.google.com/detail/print-button/chknabpgcjhognofjhnlhlmjgidpjkeg |
Beskrivning | Easily print any page with just one click! |
Filstorlek | 7.05 KB |
Antal Installationer | 13,341 |
Aktuell Version | 0.1.6 |
Senast Uppdaterad | 2023-12-03 |
Publiceringsdatum | 2019-04-07 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | Jorvi |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://mybrowseraddon.com/print.html |
Hjälpsida URL | https://mybrowseraddon.com/print.html |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.6", "manifest_version": 3, "name": "Print Button", "offline_enabled": true, "homepage_url": "https:\/\/mybrowseraddon.com\/print.html", "description": "Easily print any page with just one click!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Print Button", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |