making QRCode of the url
making QRCode of the url
making QRCode of the url क्या है?
making QRCode of the url yanghongbo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "making QRCode of the url"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में making QRCode of the url एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | making QRCode of the url |
ID | gjgcfgihcndpmadahcnmfhgggpimgddo |
आधिकारिक URL | https://chromewebstore.google.com/detail/making-qrcode-of-the-url/gjgcfgihcndpmadahcnmfhgggpimgddo |
विवरण | making QRCode of the url |
फ़ाइल का आकार | 73.99 KB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2014-06-11 |
प्रकाशन तिथि | 2014-06-11 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | yanghongbo |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |