QR Code Generator

Create QR Code quickly

QR Code Generator क्या है?

QR Code Generator https://devehab.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create QR Code quickly"।

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

screenshot
screenshot

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

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

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

                        Create your own QR Codes! This App generates QR Codes from free text.

Features: 

- Generating QR code quickly.

- Material design user interface.

- Generate QR code from text messages, phone numbers ,links.

- Change the size QR code.

- Save QR code on your device.

- This app can be used even when there is no connection to the Internet.

- Speed in the performance.                    

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

नाम QR Code Generator QR Code Generator
ID eiopkgeeaokbolhdhfebipcneblkelcm
आधिकारिक URL https://chromewebstore.google.com/detail/qr-code-generator/eiopkgeeaokbolhdhfebipcneblkelcm
विवरण Create QR Code quickly
फ़ाइल का आकार 694 KB
स्थापना संख्या 1,679
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2016-05-04
प्रकाशन तिथि 2016-05-04
रेटिंग 4.63/5 कुल 8 रेटिंग्स
डेवलपर https://devehab.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Generator",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Create QR Code quickly",
    "short_name": "Create QR Code",
    "offline_enabled": true,
    "default_locale": "en",
    "icons": {
        "16": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/event.js"
        ]
    },
    "options_page": "index.html",
    "browser_action": {
        "default_title": "Quick QR Code",
        "default_icon": {
            "19": "icon\/icon.png",
            "38": "icon\/icon.png"
        }
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "homepage_url": "http:\/\/devehab.com",
    "author": "Ehab Kahwati"
}