QR Code Generator
Generates QR Code of the open tab
Apa itu QR Code Generator?
QR Code Generator adalah ekstensi Chrome yang dikembangkan oleh https://www.tebaide.it, dan fitur utamanya adalah "Generates QR Code of the open tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi QR Code Generator
Unduh file ekstensi QR Code Generator 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 QR Code of the open tab and allows you to take the URL easily. QR Code is compatible with all barcode reader for Android and iPhone
Informasi Dasar Ekstensi
Nama | QR Code Generator |
ID | afcbogfpjabfpakdggggehomjlkofofc |
URL Resmi | https://chromewebstore.google.com/detail/qr-code-generator/afcbogfpjabfpakdggggehomjlkofofc |
Deskripsi | Generates QR Code of the open tab |
Ukuran File | 84.83 KB |
Jumlah Instalasi | 661 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2013-06-25 |
Tanggal Publikasi | 2013-06-25 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://www.tebaide.it |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "description": "Generates QR Code of the open tab", "browser_action": { "default_title": "QR Code Generator", "default_icon": "images\/icon_128.png", "default_popup": "index.html" }, "icons": { "128": "images\/icon_128.png", "24": "images\/icon_24.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png" }, "manifest_version": 2, "name": "QR Code Generator", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "clipboardWrite" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4" } |