QR Code Generator
Generate QR Code from any text or urls.
QR Code Generator क्या है?
QR Code Generator Free Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate QR Code from any text or urls."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QR Code Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Create your own QR code with this free software today. You can generate QR codes quickly by entering in the text/URL you want your QR code to represent. The QR code generation is done offline and takes less then a minute. Try this free QR Code generator today when you install this free software. Please note we do NOT capture any data/save any of the QR codes you create as a user. All the QR codes which you create can be saved in your own computer and the QR code you generate is NOT uploaded to our servers.
एक्सटेंशन की मूल जानकारी
नाम | QR Code Generator |
ID | gdbiecmpdlomillanfkefmnbjbbmobbn |
आधिकारिक URL | https://chromewebstore.google.com/detail/qr-code-generator/gdbiecmpdlomillanfkefmnbjbbmobbn |
विवरण | Generate QR Code from any text or urls. |
फ़ाइल का आकार | 1.55 MB |
स्थापना संख्या | 278 |
वर्तमान संस्करण | 3.0.1 |
अंतिम अपडेट | 2022-10-24 |
प्रकाशन तिथि | 2022-10-23 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Free Apps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://charactercounttool.io/privacy-policy |
समर्थित भाषाएँ | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "3.0.1", "description": "__MSG_appDescription__", "default_locale": "en", "short_name": "__MSG_appShortName__", "background": { "service_worker": "scripts\/background.js" }, "action": { "default_icon": "icons\/icon64.png", "default_title": "__MSG_appName__" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "homepage_url": "https:\/\/qr-code.xmlformatter.io\/" } |