QR Code Creator
Quickly send viewing web page or any other text to your mobile using QR code.
QR Code Creator क्या है?
QR Code Creator PixelOwner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly send viewing web page or any other text to your mobile using QR code."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QR Code Creator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
How often does it happen, when you want to send something very quickly into your phone from the web browser? Now it is very easy. Just click the extension button, point your camera on the generated QR code and scan it. Woala, link to the viewing web page is in your phone. You can even share any text, just type it into the field on the bottom of the extension and press the submit button. Also you can scan generated QR codes.
एक्सटेंशन की मूल जानकारी
नाम | QR Code Creator |
ID | addgaohhlahfdofpaplmeknphfoafeoc |
आधिकारिक URL | https://chromewebstore.google.com/detail/qr-code-creator/addgaohhlahfdofpaplmeknphfoafeoc |
विवरण | Quickly send viewing web page or any other text to your mobile using QR code. |
फ़ाइल का आकार | 160 KB |
स्थापना संख्या | 1,850 |
वर्तमान संस्करण | 2 |
अंतिम अपडेट | 2013-09-22 |
प्रकाशन तिथि | 2013-09-22 |
रेटिंग | 4.52/5 कुल 21 रेटिंग्स |
डेवलपर | PixelOwner |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Creator", "version": "2", "icons": { "16": "img\/icon-16.png", "24": "img\/icon-24.png", "48": "img\/icon-48.png", "256": "img\/icon-256.png" }, "description": "Quickly send viewing web page or any other text to your mobile using QR code.", "browser_action": { "default_icon": "img\/icon-16.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |