URL to QRC
This extension generates a QR Code based on the current url.
Qu'est-ce que URL to QRC ?
URL to QRC est une extension Chrome développée par https://bambitinc.com, et sa fonction principale est "This extension generates a QR Code based on the current url.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension URL to QRC
Téléchargez les fichiers d'extension URL to QRC 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
Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly. This is an Open Source project. All the source code is hosted on GitHub at https://github.com/bambit/u2q
Informations de Base sur l'Extension
Nom | URL to QRC |
ID | pchcmphgcelljgbhhpbfidahgjnabgfc |
URL Officiel | https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc |
Description | This extension generates a QR Code based on the current url. |
Taille du Fichier | 48.46 KB |
Nombre d'Installations | 95 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-03-28 |
Date de Publication | 2013-03-28 |
Développeur | https://bambitinc.com |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRC", "description": "This extension generates a QR Code based on the current url.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs" ] } |