The QRcode Generator

Generate Qrcode of your current tab and Selection

The QRcode Generator क्या है?

The QRcode Generator JohnnyWorks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate Qrcode of your current tab and Selection"।

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

screenshot
screenshot

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

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

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

                        A Simple tools that can generate QR-Code of your current tab or your selections.

Features:
- Click to get current tab URL into QR Code, Easy to use.
- Can generate QRCode without internet.                    

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

नाम The QRcode Generator The QRcode Generator
ID mmjobjkkoeoklejdaclonlkofnaojind
आधिकारिक URL https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind
विवरण Generate Qrcode of your current tab and Selection
फ़ाइल का आकार 66.86 KB
स्थापना संख्या 96
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-10-04
प्रकाशन तिथि 2014-10-04
डेवलपर JohnnyWorks
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The QRcode Generator",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Generate Qrcode of your current tab and Selection",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}