Smart QRCode
Smart QRCode
Qu'est-ce que Smart QRCode ?
Smart QRCode est une extension Chrome développée par ethan, et sa fonction principale est "Smart QRCode".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smart QRCode
Téléchargez les fichiers d'extension Smart QRCode 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
Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click. Additional options: * Five different QR code dimensions are supported, currently 220px, 380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference. * You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)
Informations de Base sur l'Extension
Nom | Smart QRCode |
ID | bpneiabdnfmenainoficenddegfhgedo |
URL Officiel | https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo |
Description | Smart QRCode |
Taille du Fichier | 25.63 KB |
Nombre d'Installations | 125 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-12-03 |
Date de Publication | 2016-12-02 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | ethan |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart QRCode", "description": "Smart QRCode", "version": "1.0", "author": "Ethan", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |