Get Link
Create a QRcode for the URL to open in other devices
Apa itu Get Link?
Get Link adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Create a QRcode for the URL to open in other devices".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Get Link
Unduh file ekstensi Get Link 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 of the current URL link which can be scanned from the Mobile camera to open the same link on your mobile phone.
Informasi Dasar Ekstensi
Nama | Get Link |
ID | bknagdmankilmkenflkobkobmdeakcic |
URL Resmi | https://chromewebstore.google.com/detail/get-link/bknagdmankilmkenflkobkobmdeakcic |
Deskripsi | Create a QRcode for the URL to open in other devices |
Ukuran File | 67.66 KB |
Jumlah Instalasi | 622 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2019-09-17 |
Tanggal Publikasi | 2019-09-17 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Link", "description": "Create a QRcode for the URL to open in other devices", "version": "1.0.0", "icons": { "128": "logo-128x128.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |