Print Button

Easily print any page with just one click!

Cos'è Print Button?

Print Button è un'estensione di Chrome sviluppata da Jorvi, e la sua funzione principale è "Easily print any page with just one click!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Print Button

Scarica i file di estensione Print 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 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)                    

Informazioni di Base sull'Estensione

Nome Print Button Print Button
ID chknabpgcjhognofjhnlhlmjgidpjkeg
URL Ufficiale https://chromewebstore.google.com/detail/print-button/chknabpgcjhognofjhnlhlmjgidpjkeg
Descrizione Easily print any page with just one click!
Dimensione del File 7.05 KB
Conteggio Installazioni 13,341
Versione Corrente 0.1.6
Ultimo Aggiornamento 2023-12-03
Data di Pubblicazione 2019-04-07
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Jorvi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mybrowseraddon.com/print.html
URL della Pagina di Aiuto https://mybrowseraddon.com/print.html
Lingue Supportate 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"
    }
}