url2QR

generate QR Code from url in order to scan it with your phone.

Cos'è url2QR?

url2QR è un'estensione di Chrome sviluppata da Ilyas Bakouch, e la sua funzione principale è "generate QR Code from url in order to scan it with your phone.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione url2QR

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

                        A clean light-weight extension to generate a QR code from current URL so you can access it directly from your phone by scanning it.                    

Informazioni di Base sull'Estensione

Nome url2QR url2QR
ID lgmenkmlmidgacngldgfbgicgindjamp
URL Ufficiale https://chromewebstore.google.com/detail/url2qr/lgmenkmlmidgacngldgfbgicgindjamp
Descrizione generate QR Code from url in order to scan it with your phone.
Dimensione del File 4.32 KB
Conteggio Installazioni 30
Versione Corrente 1.0
Ultimo Aggiornamento 2013-04-05
Data di Pubblicazione 2013-04-05
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Ilyas Bakouch
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "url2QR",
    "description": "generate QR Code from url in order to scan it with your phone.",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "homepage_url": "http:\/\/isbkch.net\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Generate QR Code from current URL"
    }
}