The QRcode Generator
Generate Qrcode of your current tab and Selection
Apa itu The QRcode Generator?
The QRcode Generator adalah ekstensi Chrome yang dikembangkan oleh JohnnyWorks, dan fitur utamanya adalah "Generate Qrcode of your current tab and Selection".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The QRcode Generator
Unduh file ekstensi The QRcode 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
A Simple tools that can generate QR-Code of your current tab or your selections. Features: - Click to get current tab URL into QR Code, Easy to use. - Can generate QRCode without internet.
Informasi Dasar Ekstensi
Nama | The QRcode Generator |
ID | mmjobjkkoeoklejdaclonlkofnaojind |
URL Resmi | https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind |
Deskripsi | Generate Qrcode of your current tab and Selection |
Ukuran File | 66.86 KB |
Jumlah Instalasi | 96 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-10-04 |
Tanggal Publikasi | 2014-10-04 |
Pengembang | JohnnyWorks |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The QRcode Generator", "version": "1.0", "manifest_version": 2, "description": "Generate Qrcode of your current tab and Selection", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "contextMenus", "activeTab" ] } |