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.
Wat is Copy URL?
Copy URL is een Chrome-extensie ontwikkeld door viveksinghggits, en de belangrijkste functie is "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy URL
Download Copy URL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Copy URL |
ID | lhdkfgdpcodjjadeebijobklicbaegfb |
Officiële URL | https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb |
Beschrijving | This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone. |
Bestandsgrootte | 8.12 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-06-09 |
Publicatiedatum | 2018-06-09 |
Ontwikkelaar | viveksinghggits |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |