Quick Qr
You can easily convert this any link to QR and go free with it!
Quick Qr क्या है?
Quick Qr https://ssleptsov.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can easily convert this any link to QR and go free with it!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick Qr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Very useful extension that will convert your current link to QR code, so you can easily scan it on your device and go free with your link.
एक्सटेंशन की मूल जानकारी
नाम | Quick Qr |
ID | afifoohmohbfgaknonkiooaddfmmckia |
आधिकारिक URL | https://chromewebstore.google.com/detail/quick-qr/afifoohmohbfgaknonkiooaddfmmckia |
विवरण | You can easily convert this any link to QR and go free with it! |
फ़ाइल का आकार | 211 KB |
स्थापना संख्या | 66 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2016-03-07 |
प्रकाशन तिथि | 2016-03-07 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | https://ssleptsov.blogspot.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "page_action": { "default_icon": "images\/Qr-ice-19.png", "default_popup": "popup.html", "default_title": "You can easily convert any link to QR and go free with it!" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "You can easily convert this any link to QR and go free with it!", "background": { "scripts": [ "js\/background.js", "js\/jquery-1.9.1.min.js", "js\/qrcode.js", "js\/jquery.qrcode.js" ] }, "name": "Quick Qr", "permissions": [ "tabs" ], "offline_enabled": true, "icons": { "48": "images\/Qr-ice-48.png", "128": "images\/Qr-ice-128.png", "256": "images\/Qr-ice-256.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "1.0.1" } |