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.
Vad är Copy URL?
Copy URL är en Chrome-tillägg utvecklad av viveksinghggits, och dess huvudfunktion är "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.".
Tilläggsskärmbilder
Ladda ner Copy URL-förlängningens CRX-fil
Ladda ner Copy URL-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 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.
Grundläggande Information om Tillägg
Namn | Copy URL |
ID | lhdkfgdpcodjjadeebijobklicbaegfb |
Officiell webbadress | https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb |
Beskrivning | This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone. |
Filstorlek | 8.12 KB |
Antal Installationer | 30 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-06-09 |
Publiceringsdatum | 2018-06-09 |
Utvecklare | viveksinghggits |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |