QRify
Turn a URL into a QR code with one click
Qu'est-ce que QRify ?
QRify est une extension Chrome développée par em_te, et sa fonction principale est "Turn a URL into a QR code with one click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QRify
Téléchargez les fichiers d'extension QRify 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
Features: - QR code generated offline for your privacy - Accessible from toolbar icon - Accessible from right-click menu - International characters supported (UTF-8) - QR code is big making it ideal for presentations and meetings - Click to edit the QR text and generate a new QR code - QR code stays in a separate window (right-click only) which you can keep on screen - Runs as load-on-demand (inactive background extension) to save memory, so first time startup will be slower
Informations de Base sur l'Extension
Nom | QRify |
ID | kecbciakhblncbhhihgmecmclicabmkp |
URL Officiel | https://chromewebstore.google.com/detail/qrify/kecbciakhblncbhhihgmecmclicabmkp |
Description | Turn a URL into a QR code with one click |
Taille du Fichier | 14.16 KB |
Nombre d'Installations | 47 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2017-08-12 |
Date de Publication | 2017-08-11 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | em_te |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://em-te.github.io/privacy |
Langues Prises en Charge | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QRify", "author": "Terry Yuen", "version": "0.2.1", "description": "__MSG_extensionDescription__", "manifest_version": 2, "default_locale": "en", "icons": { "11": "icon_11.png", "22": "icon_22.png", "48": "icon_48.png", "96": "icon_96.png" }, "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "browser_style": false, "default_icon": { "11": "icon_11.png", "22": "icon_22.png", "48": "icon_48.png", "96": "icon_96.png" }, "default_title": "__MSG_omniToQR__", "default_popup": "popup.html" } } |