QR Code Generator
This extension quickly generates a QR Code for url of the current tab.
Apa itu QR Code Generator?
QR Code Generator adalah ekstensi Chrome yang dikembangkan oleh https://webplusdevelopers.com, dan fitur utamanya adalah "This extension quickly generates a QR Code for url of the current 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
Quickly generate a QR Code for the URL of the current tab. To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.
Informasi Dasar Ekstensi
Nama | QR Code Generator |
ID | kndijjedkgagpeefiinpggmfedeigedm |
URL Resmi | https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm |
Deskripsi | This extension quickly generates a QR Code for url of the current tab. |
Ukuran File | 53.81 KB |
Jumlah Instalasi | 223 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-08-15 |
Tanggal Publikasi | 2014-08-15 |
Pengembang | https://webplusdevelopers.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "author": "Josephus Paye II", "description": "This extension quickly generates a QR Code for url of the current tab.", "version": "1.0", "icons": { "128": "images\/icon_128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Generate QR Code" } } |