Fast QR Code Generator

Generates QR code from any text (URL, message, number, etc.)

Fast QR Code Generator क्या है?

Fast QR Code Generator Benni द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generates QR code from any text (URL, message, number, etc.)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fast QR Code Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Fast QR Code Generator is a handy addon that generates QR code from any text (URL, message, number, etc.). Simply open toolbar popup to view the QR code.

Some features:
a. One click QR code generation right from your browser toolbar.
b. Generated code can be sent to any device with a camera and QR reader.
c. Stores all visited tab URLs.
d. Available for all browsers (Chrome, Firefox, and Opera)

Some useful notes:
1. To use this extension you need a QR code reader installed on your cellphone.
2. There are a ton of QR code scanners for cellphones such as QR Droid™ for Android and QR Reader for iPhone.                    

एक्सटेंशन की मूल जानकारी

नाम Fast QR Code Generator Fast QR Code Generator
ID mabegaogknpjdomagkfdbhkodcmehlac
आधिकारिक URL https://chromewebstore.google.com/detail/fast-qr-code-generator/mabegaogknpjdomagkfdbhkodcmehlac
विवरण Generates QR code from any text (URL, message, number, etc.)
फ़ाइल का आकार 41.13 KB
स्थापना संख्या 1,204
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2017-07-10
प्रकाशन तिथि 2017-07-10
रेटिंग 2.70/5 कुल 10 रेटिंग्स
डेवलपर Benni
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://add0n.com/send-to-myphone.html
सहायता पृष्ठ URL http://add0n.com/send-to-myphone.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.2",
    "manifest_version": 2,
    "short_name": "qrcodegenerator",
    "name": "Fast QR Code Generator",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "http:\/\/add0n.com\/send-to-myphone.html",
    "permissions": [
        "tabs",
        "storage",
        "",
        "notifications"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "description": "Generates QR code from any text (URL, message, number, etc.)",
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Fast QR Code Generator",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}