QR-Tools Chrome Extension
Add a context menu item to convert selected object into QR.
Qu'est-ce que QR-Tools Chrome Extension ?
QR-Tools Chrome Extension est une extension Chrome développée par http://qr-tools.appspot.com, et sa fonction principale est "Add a context menu item to convert selected object into QR.".
Télécharger le fichier CRX de l'extension QR-Tools Chrome Extension
Téléchargez les fichiers d'extension QR-Tools Chrome Extension 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 adds a context menu item for Selected Text, Link or Images that turns the selected object into a QR code for easy sharing. The standalone generator can be found @: http://qr-tools.appspot.com/
Informations de Base sur l'Extension
Nom | |
ID | pimnmgcpoejphniobanenpdlfdoljpln |
URL Officiel | https://chrome.google.com/webstore/detail/qr-tools-chrome-extension/pimnmgcpoejphniobanenpdlfdoljpln |
Description | Add a context menu item to convert selected object into QR. |
Taille du Fichier | 14.87 KB |
Nombre d'Installations | 33 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2014-02-13 |
Date de Publication | 2014-02-13 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | http://qr-tools.appspot.com |
Type de Paiement | free |
Site Web de l'Extension | http://qr-tools.appspot.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR-Tools Chrome Extension", "version": "1.1.2", "author": "RastaCre", "default_locale": "en", "description": "Add a context menu item to convert selected object into QR.", "homepage_url": "http:\/\/qr-tools.appspot.com", "icons": { "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "script.js" ] }, "options_page": "options.html", "minimum_chrome_version": "6", "offline_enabled": false } |