URL to QRCode
get the qrcode of current url
Apa itu URL to QRCode?
URL to QRCode adalah ekstensi Chrome yang dikembangkan oleh zhihuzeye, dan fitur utamanya adalah "get the qrcode of current url".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi URL to QRCode
Unduh file ekstensi URL to 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
The fastest qrcode generator.You can get the qrcode of current url by clicking the button simply. 最快的二维码生成器; 快速获取当前页面地址的二维码。
Informasi Dasar Ekstensi
Nama | URL to QRCode |
ID | hbgipmdmmhiicemlmjglcepdpkodgcpe |
URL Resmi | https://chromewebstore.google.com/detail/url-to-qrcode/hbgipmdmmhiicemlmjglcepdpkodgcpe |
Deskripsi | get the qrcode of current url |
Ukuran File | 32.12 KB |
Jumlah Instalasi | 158 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2014-08-15 |
Tanggal Publikasi | 2014-08-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | zhihuzeye |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/imyelo/chrome-url-to-qrcode |
URL Halaman Bantuan | https://github.com/imyelo/chrome-url-to-qrcode/issues |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRCode", "version": "1.1", "description": "get the qrcode of current url", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "URL to QRCode", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |