Quick QRCode
A QRCode creator for Chrome
Cos'è Quick QRCode?
Quick QRCode è un'estensione di Chrome sviluppata da chenzhiwei, e la sua funzione principale è "A QRCode creator for Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick QRCode
Scarica i file di estensione Quick QRCode 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
                        Features
=================
* Support context menus
* Support custom content
* Support running in offline mode
* Support creating QRCode for pages, links, images, selected content
Feedback
=================
https://github.com/chenzhiwei/chrome-quick-qrcode
Alternative
=================
This one will generate the QR Code in the popup.
https://chrome.google.com/webstore/detail/qr-code/cbimgpnbgalffiohilfglgkkhpegpjlo                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | ijoeanckpfaegjkbdmbihinbdpgpcbba | 
| URL Ufficiale | https://chromewebstore.google.com/detail/quick-qrcode/ijoeanckpfaegjkbdmbihinbdpgpcbba | 
| Descrizione | A QRCode creator for Chrome | 
| Dimensione del File | 51.72 KB | 
| Conteggio Installazioni | 2,304 | 
| Versione Corrente | 0.0.4 | 
| Ultimo Aggiornamento | 2020-07-23 | 
| Data di Pubblicazione | 2015-03-04 | 
| Valutazione | 5.00/5 Totale 11 Valutazioni | 
| Sviluppatore | chenzhiwei | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/chenzhiwei/chrome-quick-qrcode | 
| URL della Pagina di Aiuto | https://github.com/chenzhiwei/chrome-quick-qrcode | 
| Lingue Supportate | en,zh-CN,zh-TW | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.4",
    "name": "Quick QRCode",
    "short_name": "Quick QRCode",
    "description": "__MSG_description__",
    "offline_enabled": true,
    "default_locale": "en",
    "icons": {
        "16": "icon\/quick-qrcode-16.png",
        "48": "icon\/quick-qrcode-48.png",
        "128": "icon\/quick-qrcode-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/event.js"
        ]
    },
    "options_page": "index.html",
    "browser_action": {
        "default_title": "__MSG_title__",
        "default_icon": {
            "19": "icon\/quick-qrcode-19.png",
            "38": "icon\/quick-qrcode-38.png"
        }
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
} | |