QR Code (Generator and Reader)

Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an…

QR Code (Generator and Reader) क्या है?

QR Code (Generator and Reader) https://qrlive.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an…"।

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

screenshot

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

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

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

                        Generar código QR desde la url que estés visitando, de enlaces, imágenes, textos seleccionados. Y decodificar una imagen de código qr.                    

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

नाम QR Code (Generator and Reader) QR Code (Generator and Reader)
ID cpkojheloojklhggeambepedgooiihlc
आधिकारिक URL https://chromewebstore.google.com/detail/qr-code-generator-and-rea/cpkojheloojklhggeambepedgooiihlc
विवरण Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an…
फ़ाइल का आकार 101 KB
स्थापना संख्या 11,099
वर्तमान संस्करण 1.4.1.9
अंतिम अपडेट 2018-05-31
प्रकाशन तिथि 2018-05-31
रेटिंग 4.17/5 कुल 6 रेटिंग्स
डेवलपर https://qrlive.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://qrlive.net
सहायता पृष्ठ URL http://qrlive.net
समर्थित भाषाएँ en,es,pt-BR
manifest.json
{
    "author": "qrlive,net",
    "background": {
        "scripts": [
            "js\/soft\/qrcode.js",
            "js\/soft\/qrcode_UTF8.js",
            "js\/noconflict.js",
            "js\/soft\/jsqrcode.min.js",
            "js\/api.js"
        ]
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Shift+Q"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "es",
    "description": "__MSG_description__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "35",
    "name": "__MSG_name__",
    "offline_enabled": true,
    "options_page": "opcion.html",
    "options_ui": {
        "chrome_style": true,
        "page": "opcion.html"
    },
    "page_action": {
        "default_icon": {
            "32": "icon\/32.png",
            "38": "icon\/38.png",
            "48": "icon\/48.png",
            "96": "icon\/96.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_generate__"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "short_name": "__MSG_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1.9"
}