QR Code Generator
Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.
QR Code Generator क्या है?
QR Code Generator https://www.hitslink.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QR Code Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The easiest way to get QR codes from URLs (also free text and phone numbers). Read the QR code generated with a smartphone or other device to automatically navigate to the URL or call the number. To read the QR code, use a QR code reader app. They are widely available on Android, IOS and most other platforms. A QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional bar code). The code consists of black modules (square dots) arranged in a square grid on a white background. The information encoded may be made up of four standardized types ("modes") of data (numeric, alphanumeric, byte / binary, Kanji) or, through supported extensions, virtually any type of data.
एक्सटेंशन की मूल जानकारी
नाम | QR Code Generator |
ID | debbcngjakfaeecpdlfpoobcknkljiod |
आधिकारिक URL | https://chromewebstore.google.com/detail/qr-code-generator/debbcngjakfaeecpdlfpoobcknkljiod |
विवरण | Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers. |
फ़ाइल का आकार | 84.42 KB |
स्थापना संख्या | 353 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2013-03-07 |
प्रकाशन तिथि | 2013-03-07 |
रेटिंग | 3.67/5 कुल 6 रेटिंग्स |
डेवलपर | https://www.hitslink.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.hitslink.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "background": { "scripts": [ "background.js" ] }, "description": "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.", "minimum_chrome_version": "17.0", "name": "QR Code Generator", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |