X QRCode

A powerfull chrome extension for qrcode encoding and decoding.

Wat is X QRCode?

X QRCode is een Chrome-extensie ontwikkeld door nuintun, en de belangrijkste functie is "A powerfull chrome extension for qrcode encoding and decoding.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie X QRCode

Download X QRCode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The extension can quickly convert the tab address to a QRCode and support converting the link and selected text in the page to a QRCode and parsing the QRCode image in the page.                    

Basisinformatie over de Extensie

Naam X QRCode X QRCode
ID afjgnjcplfimlceahcgancmlnmbkgmhf
Officiële URL https://chromewebstore.google.com/detail/x-qrcode/afjgnjcplfimlceahcgancmlnmbkgmhf
Beschrijving A powerfull chrome extension for qrcode encoding and decoding.
Bestandsgrootte 46.77 KB
Aantal Installaties 221
Huidige Versie 0.3.3
Laatst Bijgewerkt 2022-01-21
Publicatiedatum 2019-05-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar nuintun
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/nuintun/x-qrcode
Help Pagina-URL https://github.com/nuintun/x-qrcode
Ondersteunde Talen en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.3.3",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/qrcode-16.png",
        "32": "images\/qrcode-32.png",
        "48": "images\/qrcode-48.png",
        "128": "images\/qrcode-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/qrcode-16.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/github.com\/nuintun\/x-qrcode",
    "permissions": [
        "activeTab",
        "contextMenus",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ]
}