Fingertip QR Link

Convert link or current address to QR Code for mobile

Vad är Fingertip QR Link?

Fingertip QR Link är en Chrome-tillägg utvecklad av shernshiou, och dess huvudfunktion är "Convert link or current address to QR Code for mobile".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Fingertip QR Link-förlängningens CRX-fil

Ladda ner Fingertip QR Link-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Fingertip QR Link Fingertip QR Link
ID kmljcpbojecfeljodfbecbkakhpdnomd
Officiell webbadress https://chromewebstore.google.com/detail/fingertip-qr-link/kmljcpbojecfeljodfbecbkakhpdnomd
Beskrivning Convert link or current address to QR Code for mobile
Filstorlek 54.71 KB
Antal Installationer 14
Aktuell Version 0.1
Senast Uppdaterad 2012-09-06
Publiceringsdatum 2012-09-06
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare shernshiou
Betalningssätt free
Tilläggswebbplats https://github.com/shernshiou/Fingertip-QR-Link
Stödda Språk 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
}