Direct URL to QR Code
Generate QR Code From current URL
Qu'est-ce que Direct URL to QR Code ?
Direct URL to QR Code est une extension Chrome développée par chanreal, et sa fonction principale est "Generate QR Code From current URL".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Direct URL to QR Code
Téléchargez les fichiers d'extension Direct URL to QR Code 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
Share your current URL with mobile phone using QR Code by one click.
Informations de Base sur l'Extension
Nom | Direct URL to QR Code |
ID | dmjngnlocikcdplcdhcglehjajmbdhlg |
URL Officiel | https://chromewebstore.google.com/detail/direct-url-to-qr-code/dmjngnlocikcdplcdhcglehjajmbdhlg |
Description | Generate QR Code From current URL |
Taille du Fichier | 52.62 KB |
Nombre d'Installations | 2,278 |
Version Actuelle | 1.2.4 |
Dernière Mise à Jour | 2021-04-29 |
Date de Publication | 2013-01-11 |
Évaluation | 4.12/5 Total 17 Évaluations |
Développeur | chanreal |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Direct URL to QR Code", "version": "1.2.4", "manifest_version": 2, "description": "Generate QR Code From current URL", "browser_action": { "default_title": "Generate QR Code From current URL", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |