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.
Qu'est-ce que Copy URL ?
Copy URL est une extension Chrome développée par viveksinghggits, et sa fonction principale est "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy URL
Téléchargez les fichiers d'extension Copy URL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Copy URL |
ID | lhdkfgdpcodjjadeebijobklicbaegfb |
URL Officiel | https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb |
Description | This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone. |
Taille du Fichier | 8.12 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-06-09 |
Date de Publication | 2018-06-09 |
Développeur | viveksinghggits |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |