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…

Co je QR Code (Generator and Reader)?

QR Code (Generator and Reader) je rozšíření Chrome vyvinuté https://qrlive.net, a jeho hlavní funkcí je „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…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření QR Code (Generator and Reader)

Stáhněte si soubory rozšíření QR Code (Generator and Reader) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název QR Code (Generator and Reader) QR Code (Generator and Reader)
ID cpkojheloojklhggeambepedgooiihlc
Oficiální URL https://chromewebstore.google.com/detail/qr-code-generator-and-rea/cpkojheloojklhggeambepedgooiihlc
Popis 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…
Velikost souboru 101 KB
Počet instalací 11,099
Aktuální Verze 1.4.1.9
Poslední Aktualizace 2018-05-31
Datum Vydání 2018-05-31
Hodnocení 4.17/5 Celkem 6 Hodnocení
Vývojář https://qrlive.net
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://qrlive.net
URL Stránky Nápovědy http://qrlive.net
Podporované Jazyky 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"
}