QR anything
Generate QR of anything instantly. Just right click and generate QR of images and links.
Apa itu QR anything?
QR anything adalah ekstensi Chrome yang dikembangkan oleh https://moin.im, dan fitur utamanya adalah "Generate QR of anything instantly. Just right click and generate QR of images and links.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi QR anything
Unduh file ekstensi QR anything 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 light-weight extension to create QR codes of anything. It generates the QR instantly. Currently supports: - Links - Text - Images Just right click on whatever you need the QR for and select 'QR this'. You'll see the QR right away. Change log v 0.6.1: Added Android app link v 0.6: Optimised for performance v0.5.1: - 'right-click' save option for QR image. - Developers: 64base code available
Informasi Dasar Ekstensi
Nama | QR anything |
ID | dpcobhfdocjilgmfdbigakbkkfjclmcl |
URL Resmi | https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl |
Deskripsi | Generate QR of anything instantly. Just right click and generate QR of images and links. |
Ukuran File | 52.87 KB |
Jumlah Instalasi | 593 |
Versi Saat Ini | 0.6.1 |
Terakhir Diperbarui | 2016-02-06 |
Tanggal Publikasi | 2016-02-06 |
Penilaian | 4.60/5 Total 10 Penilaian |
Pengembang | https://moin.im |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR anything", "version": "0.6.1", "manifest_version": 2, "description": "Generate QR of anything instantly. Just right click and generate QR of images and links.", "icons": { "16": "icons\/16.png", "28": "icons\/28.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "qr.html", "permissions": [ "contextMenus" ] } |