QR Code Maker
Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.
QR Code Maker क्या है?
QR Code Maker https://www.qrcodechimp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QR Code Maker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Generate Beautiful QR Codes for any business, marketing, educational, fun work or any need that you may have. Lot of options to choose from: - You get option for various shapes such as circle, heart and hex - You get to choose popular logos or upload your own - You get to change color and shapes of eyeballs - You get to upload your own images as background of the QR Code - Download very high resolution images for your design and marketing work Stand out in the crowd with most beautiful QR Codes brought to you by Qr Code Chimp!
एक्सटेंशन की मूल जानकारी
नाम | QR Code Maker |
ID | fjhiihinnfloeepbkkidlhkfnbnjdaod |
आधिकारिक URL | https://chromewebstore.google.com/detail/qr-code-maker/fjhiihinnfloeepbkkidlhkfnbnjdaod |
विवरण | Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension. |
फ़ाइल का आकार | 1.6 MB |
स्थापना संख्या | 9,627 |
वर्तमान संस्करण | 1.06 |
अंतिम अपडेट | 2021-09-26 |
प्रकाशन तिथि | 2021-03-03 |
रेटिंग | 4.86/5 कुल 28 रेटिंग्स |
डेवलपर | https://www.qrcodechimp.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.qrcodechimp.com |
सहायता पृष्ठ URL | https://www.qrcodechimp.com/contact-us/ |
गोपनीयता नीति पृष्ठ URL | https://www.qrcodechimp.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR Code Maker", "version": "1.06", "description": "Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.", "permissions": [ "storage", "activeTab" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "main.html", "default_icon": { "16": "\/images\/icons\/qrcodechimp16.png", "32": "\/images\/icons\/qrcodechimp32.png", "48": "\/images\/icons\/qrcodechimp48.png", "128": "\/images\/icons\/qrcodechimp128.png" } }, "icons": { "16": "\/images\/icons\/qrcodechimp16.png", "32": "\/images\/icons\/qrcodechimp32.png", "48": "\/images\/icons\/qrcodechimp48.png", "128": "\/images\/icons\/qrcodechimp128.png" }, "options_page": "options.html", "manifest_version": 3 } |