QR Code Generator
The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.
QR Code Generator क्या है?
QR Code Generator limepix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QR Code Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The QR Code Generator is a simple and easy to use Chrome Extension, that gives you the possibilities to create different types of QR Codes as PNG images. The currently available types are: * Text * URL * SMS * Phone / Dial * Email * Geolocation * WiFi Network Identification * Contact Have fun :)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bgljigeecopfljpcfbihbgdbmmhigmip |
आधिकारिक URL | https://chrome.google.com/webstore/detail/qr-code-generator/bgljigeecopfljpcfbihbgdbmmhigmip |
विवरण | The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts. |
फ़ाइल का आकार | 411 KB |
स्थापना संख्या | 255 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2014-07-16 |
प्रकाशन तिथि | 2014-07-16 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | limepix |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "short_name": "QRcodegen", "description": "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.", "version": "1.2", "permissions": [ "http:\/\/devshots.org\/" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png", "48": "images\/logo_48.png" }, "default_title": "Generate a QR code", "default_popup": "html\/popup.html" } } |