Quick QRCode
A QRCode creator for Chrome
Apa itu Quick QRCode?
Quick QRCode adalah ekstensi Chrome yang dikembangkan oleh chenzhiwei, dan fitur utamanya adalah "A QRCode creator for Chrome".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Quick QRCode
Unduh file ekstensi Quick QRCode 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
                        Features
=================
* Support context menus
* Support custom content
* Support running in offline mode
* Support creating QRCode for pages, links, images, selected content
Feedback
=================
https://github.com/chenzhiwei/chrome-quick-qrcode
Alternative
=================
This one will generate the QR Code in the popup.
https://chrome.google.com/webstore/detail/qr-code/cbimgpnbgalffiohilfglgkkhpegpjlo                     Informasi Dasar Ekstensi
| Nama |  | 
| ID | ijoeanckpfaegjkbdmbihinbdpgpcbba | 
| URL Resmi | https://chromewebstore.google.com/detail/quick-qrcode/ijoeanckpfaegjkbdmbihinbdpgpcbba | 
| Deskripsi | A QRCode creator for Chrome | 
| Ukuran File | 51.72 KB | 
| Jumlah Instalasi | 2,304 | 
| Versi Saat Ini | 0.0.4 | 
| Terakhir Diperbarui | 2020-07-23 | 
| Tanggal Publikasi | 2015-03-04 | 
| Penilaian | 5.00/5 Total 11 Penilaian | 
| Pengembang | chenzhiwei | 
| [email protected] | |
| Tipe Pembayaran | free | 
| Situs Ekstensi | https://github.com/chenzhiwei/chrome-quick-qrcode | 
| URL Halaman Bantuan | https://github.com/chenzhiwei/chrome-quick-qrcode | 
| Bahasa yang Didukung | en,zh-CN,zh-TW | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.4",
    "name": "Quick QRCode",
    "short_name": "Quick QRCode",
    "description": "__MSG_description__",
    "offline_enabled": true,
    "default_locale": "en",
    "icons": {
        "16": "icon\/quick-qrcode-16.png",
        "48": "icon\/quick-qrcode-48.png",
        "128": "icon\/quick-qrcode-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/event.js"
        ]
    },
    "options_page": "index.html",
    "browser_action": {
        "default_title": "__MSG_title__",
        "default_icon": {
            "19": "icon\/quick-qrcode-19.png",
            "38": "icon\/quick-qrcode-38.png"
        }
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
} | |