URL to QRCode
get the qrcode of current url
URL to QRCode क्या है?
URL to QRCode zhihuzeye द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "get the qrcode of current url"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL to QRCode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The fastest qrcode generator.You can get the qrcode of current url by clicking the button simply. 最快的二维码生成器; 快速获取当前页面地址的二维码。
एक्सटेंशन की मूल जानकारी
नाम | URL to QRCode |
ID | hbgipmdmmhiicemlmjglcepdpkodgcpe |
आधिकारिक URL | https://chromewebstore.google.com/detail/url-to-qrcode/hbgipmdmmhiicemlmjglcepdpkodgcpe |
विवरण | get the qrcode of current url |
फ़ाइल का आकार | 32.12 KB |
स्थापना संख्या | 158 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2014-08-15 |
प्रकाशन तिथि | 2014-08-14 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | zhihuzeye |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/imyelo/chrome-url-to-qrcode |
सहायता पृष्ठ URL | https://github.com/imyelo/chrome-url-to-qrcode/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRCode", "version": "1.1", "description": "get the qrcode of current url", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "URL to QRCode", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |