QRify

Turn a URL into a QR code with one click

Cos'è QRify?

QRify è un'estensione di Chrome sviluppata da em_te, e la sua funzione principale è "Turn a URL into a QR code with one click".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione QRify

Scarica i file di estensione QRify 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:
- QR code generated offline for your privacy
- Accessible from toolbar icon
- Accessible from right-click menu
- International characters supported (UTF-8)
- QR code is big making it ideal for presentations and meetings
- Click to edit the QR text and generate a new QR code
- QR code stays in a separate window (right-click only) which you can keep on screen
- Runs as load-on-demand (inactive background extension) to save memory, so first time startup will be slower                    

Informazioni di Base sull'Estensione

Nome QRify QRify
ID kecbciakhblncbhhihgmecmclicabmkp
URL Ufficiale https://chromewebstore.google.com/detail/qrify/kecbciakhblncbhhihgmecmclicabmkp
Descrizione Turn a URL into a QR code with one click
Dimensione del File 14.16 KB
Conteggio Installazioni 47
Versione Corrente 0.2.1
Ultimo Aggiornamento 2017-08-12
Data di Pubblicazione 2017-08-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore em_te
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://em-te.github.io/privacy
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRify",
    "author": "Terry Yuen",
    "version": "0.2.1",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "11": "icon_11.png",
        "22": "icon_22.png",
        "48": "icon_48.png",
        "96": "icon_96.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "11": "icon_11.png",
            "22": "icon_22.png",
            "48": "icon_48.png",
            "96": "icon_96.png"
        },
        "default_title": "__MSG_omniToQR__",
        "default_popup": "popup.html"
    }
}