Fingertip QR Link

Convert link or current address to QR Code for mobile

Apa itu Fingertip QR Link?

Fingertip QR Link adalah ekstensi Chrome yang dikembangkan oleh shernshiou, dan fitur utamanya adalah "Convert link or current address to QR Code for mobile".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Fingertip QR Link

Unduh file ekstensi Fingertip QR Link dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Fingertip QR Link Fingertip QR Link
ID kmljcpbojecfeljodfbecbkakhpdnomd
URL Resmi https://chromewebstore.google.com/detail/fingertip-qr-link/kmljcpbojecfeljodfbecbkakhpdnomd
Deskripsi Convert link or current address to QR Code for mobile
Ukuran File 54.71 KB
Jumlah Instalasi 14
Versi Saat Ini 0.1
Terakhir Diperbarui 2012-09-06
Tanggal Publikasi 2012-09-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang shernshiou
Tipe Pembayaran free
Situs Ekstensi https://github.com/shernshiou/Fingertip-QR-Link
Bahasa yang Didukung 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
}