Quick QR Code

Quickly generate QR codes. Keyboard Shortcut: Alt + Q.

Cos'è Quick QR Code?

Quick QR Code è un'estensione di Chrome sviluppata da https://browsernative.com, e la sua funzione principale è "Quickly generate QR codes. Keyboard Shortcut: Alt + Q.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Quick QR Code

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

                        Quickly generate QR codes for web pages, links, images and selected text. Use toolbar button, keyboard command (Alt + Q) and the context menu options. Works offline.

Read more on homepage: https://browsernative.com/quick-qr-code/                    

Informazioni di Base sull'Estensione

Nome Quick QR Code Quick QR Code
ID ljdnbhflbhmnkeocakbjcnmmclhkogmk
URL Ufficiale https://chromewebstore.google.com/detail/quick-qr-code/ljdnbhflbhmnkeocakbjcnmmclhkogmk
Descrizione Quickly generate QR codes. Keyboard Shortcut: Alt + Q.
Dimensione del File 51.63 KB
Conteggio Installazioni 762
Versione Corrente 0.0.8
Ultimo Aggiornamento 2020-02-12
Data di Pubblicazione 2020-02-09
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://browsernative.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsernative.com/quick-qr-code/
URL della Pagina di Aiuto https://browsernative.com/quick-qr-code/
URL della Pagina della Politica sulla Privacy https://browsernative.com/extensions-privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Quick QR Code",
        "default_popup": "popup.html"
    },
    "description": "Quickly generate QR codes. Keyboard Shortcut: Alt + Q.",
    "homepage_url": "https:\/\/browsernative.com\/quick-qr-code\/",
    "icons": {
        "128": "icon.png"
    },
    "offline_enabled": true,
    "manifest_version": 2,
    "name": "Quick QR Code",
    "version": "0.0.8",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Show QR Code"
        }
    }
}