QR Code for URL
This extension shows QR code for the current URL
Apa itu QR Code for URL?
QR Code for URL adalah ekstensi Chrome yang dikembangkan oleh khandaa, dan fitur utamanya adalah "This extension shows QR code for the current URL".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi QR Code for URL
Unduh file ekstensi QR Code for URL 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
This extension creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc). Anyone who wants to share links through the mobile, this will be an easy way to share the URL.
Informasi Dasar Ekstensi
Nama | |
ID | occafnjlngbhpeecondimabioglncpbd |
URL Resmi | https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd |
Deskripsi | This extension shows QR code for the current URL |
Ukuran File | 5.48 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-06-16 |
Tanggal Publikasi | 2017-06-16 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | khandaa |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code for URL", "description": "This extension shows QR code for the current URL", "version": "1.0", "browser_action": { "default_icon": "qr_copyurl.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/chart.googleapis.com\/chart" ] } |