Smart QRCode
Smart QRCode
Smart QRCode क्या है?
Smart QRCode ethan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Smart QRCode"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smart QRCode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click. Additional options: * Five different QR code dimensions are supported, currently 220px, 380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference. * You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)
एक्सटेंशन की मूल जानकारी
नाम | Smart QRCode |
ID | bpneiabdnfmenainoficenddegfhgedo |
आधिकारिक URL | https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo |
विवरण | Smart QRCode |
फ़ाइल का आकार | 25.63 KB |
स्थापना संख्या | 125 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-12-03 |
प्रकाशन तिथि | 2016-12-02 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | ethan |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart QRCode", "description": "Smart QRCode", "version": "1.0", "author": "Ethan", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |