QR URL

Show current web URL as a QRCode so you may scan with your mobile device.

Apa itu QR URL?

QR URL adalah ekstensi Chrome yang dikembangkan oleh https://soynerdito.blogspot.com, dan fitur utamanya adalah "Show current web URL as a QRCode so you may scan with your mobile device.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi QR URL

Unduh file ekstensi QR URL 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

                        Show a QR Code for the current URL on the active tab of the browser. Intended so you can scan the barcode with your mobile device and navigate to page without the need of chrome to phone or if you have a non chrome 2 phone compatible device.

Added Context Menu to create QRCode from free text selected from any web page

Added Context Menu to create EAN8 Barcode from free text selected from any web page. EAN8 Barcode is only numeric an accepts up to 8 characters if checksum digit is included. If selection is of 7 characters then checksum is calculated.                    

Informasi Dasar Ekstensi

Nama QR URL QR URL
ID nppbdeifhmhjlahlcplebmeklianffba
URL Resmi https://chromewebstore.google.com/detail/qr-url/nppbdeifhmhjlahlcplebmeklianffba
Deskripsi Show current web URL as a QRCode so you may scan with your mobile device.
Ukuran File 5.38 KB
Jumlah Instalasi 1,517
Versi Saat Ini 3.0
Terakhir Diperbarui 2014-04-01
Tanggal Publikasi 2014-03-31
Penilaian 4.29/5 Total 17 Penilaian
Pengembang https://soynerdito.blogspot.com
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR URL",
    "version": "3.0",
    "description": "Show current web URL as a QRCode so you may scan with your mobile device.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/chart.apis.google.com\/",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "default_icon": "icon.png",
        "persistent": false,
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon.png"
    },
    "manifest_version": 2
}