Page to QR Code
Get a QR code of current page with just one click.
Apa itu Page to QR Code?
Page to QR Code adalah ekstensi Chrome yang dikembangkan oleh Jan Rychtář, dan fitur utamanya adalah "Get a QR code of current page with just one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Page to QR Code
Unduh file ekstensi Page to QR Code 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
Get a QR code of the current page with just one click.
Informasi Dasar Ekstensi
Nama | Page to QR Code |
ID | aiilaldmobjhjhlgmpjdchhmbbklphga |
URL Resmi | https://chromewebstore.google.com/detail/page-to-qr-code/aiilaldmobjhjhlgmpjdchhmbbklphga |
Deskripsi | Get a QR code of current page with just one click. |
Ukuran File | 7.89 KB |
Jumlah Instalasi | 43 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2013-02-27 |
Tanggal Publikasi | 2013-02-27 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Jan Rychtář |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page to QR Code", "version": "1.0.4", "description": "Get a QR code of current page with just one click.", "browser_action": { "default_icon": "icon-19.png", "default_title": "Page to QR" }, "icons": { "16": "icon-16.png", "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; script-src 'self'" } |