Print Screen Button
You can quickly print any page with a simple click!
Cos'è Print Screen Button?
Print Screen Button è un'estensione di Chrome sviluppata da alidacalliope, e la sua funzione principale è "You can quickly print any page with a simple click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Print Screen Button
Scarica i file di estensione Print Screen Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
With the "Print Screen Button" add-on, you may immediately and simply print any page on your browser's toolbar. features: a. With a few clicks, you can turn any webpage into a printable PDF (toolbar button). b. There are no settings or choices to change.
Informazioni di Base sull'Estensione
Nome | |
ID | iejilhjpldhcgiecimenaeagfboaemkg |
URL Ufficiale | https://chrome.google.com/webstore/detail/print-screen-button/iejilhjpldhcgiecimenaeagfboaemkg |
Descrizione | You can quickly print any page with a simple click! |
Dimensione del File | 55.31 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2022-06-26 |
Data di Pubblicazione | 2022-06-26 |
Valutazione | 4.80/5 Totale 10 Valutazioni |
Sviluppatore | alidacalliope |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://worldaddons.com/print-screen-button/ |
URL della Pagina di Aiuto | https://worldaddons.com/contact/ |
URL della Pagina della Politica sulla Privacy | https://worldaddons.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "name": "Print Screen Button", "offline_enabled": true, "short_name": "print-screen-button", "homepage_url": "https:\/\/worldaddons.com\/print-screen-button\/", "description": "You can quickly print any page with a simple click!", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Print Screen Button", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |