Fingertip QR Link

Convert link or current address to QR Code for mobile

Cos'è Fingertip QR Link?

Fingertip QR Link è un'estensione di Chrome sviluppata da shernshiou, e la sua funzione principale è "Convert link or current address to QR Code for mobile".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fingertip QR Link

Scarica i file di estensione Fingertip QR Link 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

                        This extension get the current URL from the address bar and create another new tab with QR Code embedded at the center. It is the easiest way to transfer link into mobile phone with QR Code Reader.

Github: https://github.com/shernshiou/Fingertip-QR-Link                    

Informazioni di Base sull'Estensione

Nome Fingertip QR Link Fingertip QR Link
ID kmljcpbojecfeljodfbecbkakhpdnomd
URL Ufficiale https://chromewebstore.google.com/detail/fingertip-qr-link/kmljcpbojecfeljodfbecbkakhpdnomd
Descrizione Convert link or current address to QR Code for mobile
Dimensione del File 54.71 KB
Conteggio Installazioni 14
Versione Corrente 0.1
Ultimo Aggiornamento 2012-09-06
Data di Pubblicazione 2012-09-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore shernshiou
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/shernshiou/Fingertip-QR-Link
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fingertip QR Link",
    "description": "Convert link or current address to QR Code for mobile",
    "version": "0.1",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "icons": {
        "16": "icon_016.png",
        "48": "icon_048.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}