Copy URL
This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.
Apa itu Copy URL?
Copy URL adalah ekstensi Chrome yang dikembangkan oleh viveksinghggits, dan fitur utamanya adalah "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy URL
Unduh file ekstensi Copy 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 can be used to convert your opened URL into a QR code which can later be scanned by the mobile device. So the purpose of the product is to copy the URL from your computer to your mobile device.
Informasi Dasar Ekstensi
Nama | Copy URL |
ID | lhdkfgdpcodjjadeebijobklicbaegfb |
URL Resmi | https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb |
Deskripsi | This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone. |
Ukuran File | 8.12 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-06-09 |
Tanggal Publikasi | 2018-06-09 |
Pengembang | viveksinghggits |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy URL", "description": "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.", "version": "1.0", "browser_action": { "default_icon": "website.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |