QR Code for URL
This extension shows QR code for the current URL
Qu'est-ce que QR Code for URL ?
QR Code for URL est une extension Chrome développée par khandaa, et sa fonction principale est "This extension shows QR code for the current URL".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QR Code for URL
Téléchargez les fichiers d'extension QR Code for 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 creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc). Anyone who wants to share links through the mobile, this will be an easy way to share the URL.
Informations de Base sur l'Extension
Nom | |
ID | occafnjlngbhpeecondimabioglncpbd |
URL Officiel | https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd |
Description | This extension shows QR code for the current URL |
Taille du Fichier | 5.48 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-06-16 |
Date de Publication | 2017-06-16 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | khandaa |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code for URL", "description": "This extension shows QR code for the current URL", "version": "1.0", "browser_action": { "default_icon": "qr_copyurl.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/chart.googleapis.com\/chart" ] } |