Get Link
Create a QRcode for the URL to open in other devices
Vad är Get Link?
Get Link är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Create a QRcode for the URL to open in other devices".
Tilläggsskärmbilder
Ladda ner Get Link-förlängningens CRX-fil
Ladda ner Get Link-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Get Link |
ID | bknagdmankilmkenflkobkobmdeakcic |
Officiell webbadress | https://chromewebstore.google.com/detail/get-link/bknagdmankilmkenflkobkobmdeakcic |
Beskrivning | Create a QRcode for the URL to open in other devices |
Filstorlek | 67.66 KB |
Antal Installationer | 622 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2019-09-17 |
Publiceringsdatum | 2019-09-17 |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" ] } |