Fingertip QR Link

Convert link or current address to QR Code for mobile

Wat is Fingertip QR Link?

Fingertip QR Link is een Chrome-extensie ontwikkeld door shernshiou, en de belangrijkste functie is "Convert link or current address to QR Code for mobile".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fingertip QR Link

Download Fingertip QR Link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Fingertip QR Link Fingertip QR Link
ID kmljcpbojecfeljodfbecbkakhpdnomd
Officiële URL https://chromewebstore.google.com/detail/fingertip-qr-link/kmljcpbojecfeljodfbecbkakhpdnomd
Beschrijving Convert link or current address to QR Code for mobile
Bestandsgrootte 54.71 KB
Aantal Installaties 14
Huidige Versie 0.1
Laatst Bijgewerkt 2012-09-06
Publicatiedatum 2012-09-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar shernshiou
Betalingswijze free
Extensiewebsite https://github.com/shernshiou/Fingertip-QR-Link
Ondersteunde Talen 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
}