QR Code Generator

This extension quickly generates a QR Code for url of the current tab.

QR Code Generator क्या है?

QR Code Generator https://webplusdevelopers.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension quickly generates a QR Code for url of the current tab."।

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

screenshot

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

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

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

                        Quickly generate a QR Code for the URL of the current tab.

To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.                    

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

नाम QR Code Generator QR Code Generator
ID kndijjedkgagpeefiinpggmfedeigedm
आधिकारिक URL https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm
विवरण This extension quickly generates a QR Code for url of the current tab.
फ़ाइल का आकार 53.81 KB
स्थापना संख्या 223
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-08-15
प्रकाशन तिथि 2014-08-15
डेवलपर https://webplusdevelopers.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Generator",
    "author": "Josephus Paye II",
    "description": "This extension quickly generates a QR Code for url of the current tab.",
    "version": "1.0",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Generate QR Code"
    }
}