making QRCode of the url
making QRCode of the url
Qu'est-ce que making QRCode of the url ?
making QRCode of the url est une extension Chrome développée par yanghongbo, et sa fonction principale est "making QRCode of the url".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension making QRCode of the url
Téléchargez les fichiers d'extension making QRCode of the url 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
It makes your current tab url as QRCode, You can scan it through a Mobile Phone Scanner(eg, WeChat, for sharing Website) Open Sourced @ https://github.com/sprhawk/QRUrl 下载豆瓣.FM歌曲插件: https://chrome.google.com/webstore/detail/%E8%B1%86%E7%93%A3fm%E6%AD%8C%E6%9B%B2%E4%B8%8B%E8%BD%BD/gfkgcfdeldjmbfoigpfcccaikfognafd
Informations de Base sur l'Extension
Nom | making QRCode of the url |
ID | gjgcfgihcndpmadahcnmfhgggpimgddo |
URL Officiel | https://chromewebstore.google.com/detail/making-qrcode-of-the-url/gjgcfgihcndpmadahcnmfhgggpimgddo |
Description | making QRCode of the url |
Taille du Fichier | 73.99 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2014-06-11 |
Date de Publication | 2014-06-11 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | yanghongbo |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "making QRCode of the url", "version": "1.0.2", "manifest_version": 2, "description": "making QRCode of the url", "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png", "256": "icon256.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "background": { "scripts": [ "qrcodejs\/qrcode.js", "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "QRCode URL", "default_popup": "popup.html" } } |