Easy QR-Code Generator
Make QR Codes from the Current Tab or specified URL.
Apa itu Easy QR-Code Generator?
Easy QR-Code Generator adalah ekstensi Chrome yang dikembangkan oleh Benjamin Klein, dan fitur utamanya adalah "Make QR Codes from the Current Tab or specified URL.".
Unduh Berkas CRX Ekstensi Easy QR-Code Generator
Unduh file ekstensi Easy 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
Easy SVG QR-Code Generator With this extension you quickly and easily create a QR code. Enter a URL or Text on your own or use the url from the current tab. Download the QR-Code directly to your file system. Save as SVG Save as PNG - No Extra Page loading. - No Ads.
Informasi Dasar Ekstensi
Nama | |
ID | fjoekbgbgapgnppnlanicmnlfpfgbelo |
URL Resmi | https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo |
Deskripsi | Make QR Codes from the Current Tab or specified URL. |
Ukuran File | 108 KB |
Jumlah Instalasi | 117 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2014-04-28 |
Tanggal Publikasi | 2014-04-28 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Benjamin Klein |
Tipe Pembayaran | free |
URL Halaman Bantuan | http://touchdata.net |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy QR-Code Generator", "description": "Make QR Codes from the Current Tab or specified URL.", "version": "1.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "request.html" }, "icons": { "128": "icon_128.png" }, "permissions": [ "tabs", "downloads" ], "offline_enabled": false, "short_name": "QR-Code Gen" } |