URL to QRC
This extension generates a QR Code based on the current url.
Apa itu URL to QRC?
URL to QRC adalah ekstensi Chrome yang dikembangkan oleh https://bambitinc.com, dan fitur utamanya adalah "This extension generates a QR Code based on the current url.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi URL to QRC
Unduh file ekstensi URL to QRC 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
Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly. This is an Open Source project. All the source code is hosted on GitHub at https://github.com/bambit/u2q
Informasi Dasar Ekstensi
Nama | URL to QRC |
ID | pchcmphgcelljgbhhpbfidahgjnabgfc |
URL Resmi | https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc |
Deskripsi | This extension generates a QR Code based on the current url. |
Ukuran File | 48.46 KB |
Jumlah Instalasi | 95 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2013-03-28 |
Tanggal Publikasi | 2013-03-28 |
Pengembang | https://bambitinc.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRC", "description": "This extension generates a QR Code based on the current url.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs" ] } |