QR-Code

Show a QR-Code for the current URL (without relying on some third-party API).

Apa itu QR-Code?

QR-Code adalah ekstensi Chrome yang dikembangkan oleh felix.kaiser, dan fitur utamanya adalah "Show a QR-Code for the current URL (without relying on some third-party API).".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi QR-Code

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

                        Shows a QR-Code for the current URL, or any other text.

It uses Kazuhiko Arases JavaScript library (http://www.d-project.com/) to draw the QR codes instead of relying on some third-party web API (like all of the other extensions I looked at.).

It's free and open source: https://github.com/fxkr/chrome-qrcode-extension                    

Informasi Dasar Ekstensi

Nama QR-Code QR-Code
ID leicjbimaiecjfljbeikdailcmaadlml
URL Resmi https://chromewebstore.google.com/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml
Deskripsi Show a QR-Code for the current URL (without relying on some third-party API).
Ukuran File 13.5 KB
Jumlah Instalasi 799
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2017-11-21
Tanggal Publikasi 2017-11-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang felix.kaiser
Tipe Pembayaran free
Situs Ekstensi https://github.com/fxkr/chrome-qrcode-extension
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR-Code",
    "description": "Show a QR-Code for the current URL (without relying on some third-party API).",
    "version": "1.0.0",
    "homepage_url": "https:\/\/github.com\/fxkr\/chrome-qrcode-extension",
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon-16x16.png",
        "default_popup": "popup.html"
    }
}