QRtag.net - The QR Code Generator

Generates an QR Code of the current page.

QRtag.net - The QR Code Generator क्या है?

QRtag.net - The QR Code Generator https://www.qrtag.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generates an QR Code of the current page."।

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

screenshot

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

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

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

                        Did you ever been on a webpage that you wanted to check on your mobile device? Or did you ever been in a situation where you wanted to share a url with someone next to you? Well this extension may offer a solution. With just one click we created a small and easy readable QR code of the current page. Nothing more and nothing less ;)                    

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

नाम QRtag.net - The QR Code Generator QRtag.net - The QR Code Generator
ID pokbnfbfgmoimplmmbgdaldkbfdnllpc
आधिकारिक URL https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc
विवरण Generates an QR Code of the current page.
फ़ाइल का आकार 31.27 KB
स्थापना संख्या 42
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2020-07-17
प्रकाशन तिथि 2019-11-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.qrtag.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.qrtag.net/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRtag.net - The QR Code Generator",
    "short_name": "QRtag.net",
    "description": "Generates an QR Code of the current page.",
    "version": "1.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png",
        "256": "icon_256.png",
        "512": "icon_512.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}