Smart QRCode
Smart QRCode
Apa itu Smart QRCode?
Smart QRCode adalah ekstensi Chrome yang dikembangkan oleh ethan, dan fitur utamanya adalah "Smart QRCode".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Smart QRCode
Unduh file ekstensi Smart 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
Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click. Additional options: * Five different QR code dimensions are supported, currently 220px, 380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference. * You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)
Informasi Dasar Ekstensi
Nama | Smart QRCode |
ID | bpneiabdnfmenainoficenddegfhgedo |
URL Resmi | https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo |
Deskripsi | Smart QRCode |
Ukuran File | 25.63 KB |
Jumlah Instalasi | 125 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-12-03 |
Tanggal Publikasi | 2016-12-02 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | ethan |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart QRCode", "description": "Smart QRCode", "version": "1.0", "author": "Ethan", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |