Url Share
Share the url through a QR code
Qu'est-ce que Url Share ?
Url Share est une extension Chrome développée par Unknown, et sa fonction principale est "Share the url through a QR code".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Url Share
Téléchargez les fichiers d'extension Url Share 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
Click on the extension, QR code gets generated, scan it with your mobile and you can access it on your mobile. Imagine this, you are browsing the web on your laptop, you find a very useful website that you want to share with your friends on whatsapp. If you are like me, you are annoyed with the current methods - emailing to yourself etc. Or maybe you are in a hurry and want to continue reading on your mobile. This has been built for these kind of scenarios.
Informations de Base sur l'Extension
Nom | Url Share |
ID | ekagffpamcaamencfbkjjleflmffmdjg |
URL Officiel | https://chromewebstore.google.com/detail/url-share/ekagffpamcaamencfbkjjleflmffmdjg |
Description | Share the url through a QR code |
Taille du Fichier | 62.73 KB |
Nombre d'Installations | 22 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2015-08-26 |
Date de Publication | 2015-08-26 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Share", "description": "Share the url through a QR code", "version": "2.0", "permissions": [ "activeTab" ], "browser_action": { "default_title": "Share your page", "default_icon": "icon_128.png", "default_popup": "popup.html" }, "icons": { "16": "icon_128.png", "48": "icon_128.png", "128": "icon_128.png" }, "manifest_version": 2 } |