Netlify Quick QR

Automatically generates a QR code for your project on the Netlify overview page.

Cos'è Netlify Quick QR?

Netlify Quick QR è un'estensione di Chrome sviluppata da https://defaced.dev, e la sua funzione principale è "Automatically generates a QR code for your project on the Netlify overview page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Netlify Quick QR

Scarica i file di estensione Netlify Quick QR 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

                        Install this Chrome extension to quickly generate a QR code for any project.                    

Informazioni di Base sull'Estensione

Nome Netlify Quick QR Netlify Quick QR
ID cgiflfnkfecjmmfkjlmmcdbjklibgpbi
URL Ufficiale https://chromewebstore.google.com/detail/netlify-quick-qr/cgiflfnkfecjmmfkjlmmcdbjklibgpbi
Descrizione Automatically generates a QR code for your project on the Netlify overview page.
Dimensione del File 50.8 KB
Conteggio Installazioni 59
Versione Corrente 0.2.0
Ultimo Aggiornamento 2023-05-05
Data di Pubblicazione 2020-09-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://defaced.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/workeffortwaste/netlify-quick-qr
URL della Pagina di Aiuto https://github.com/workeffortwaste/netlify-quick-qr
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netlify Quick QR",
    "version": "0.2.0",
    "description": "Automatically generates a QR code for your project on the Netlify overview page.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.netlify.com\/*"
            ],
            "js": [
                "qrcode.min.js",
                "script.js"
            ]
        }
    ]
}