Sweet QR Code Maker

Generate QR Code easier, faster, smart and sweet. one click to create QR Code of current page or seleted text or link addr or image.

Co je Sweet QR Code Maker?

Sweet QR Code Maker je rozšíření Chrome vyvinuté https://mujiang.info, a jeho hlavní funkcí je „Generate QR Code easier, faster, smart and sweet. one click to create QR Code of current page or seleted text or link addr or image.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Sweet QR Code Maker

Stáhněte si soubory rozšíření Sweet QR Code Maker 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í

                        The Most Clear, Clever, Sweet and Powerful QR Code Maker.

Only one click to create QR Code in most time.

Click the Icon to create the QR Code of current page.

Right Click image or link or selected text to create a QR Code for them.

Sweet QR Code Maker

Or just type into the input, it's will be change in second.                    

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

Název Sweet QR Code Maker Sweet QR Code Maker
ID hejblflceieoemjadbnlpplaajbneedn
Oficiální URL https://chromewebstore.google.com/detail/sweet-qr-code-maker/hejblflceieoemjadbnlpplaajbneedn
Popis Generate QR Code easier, faster, smart and sweet. one click to create QR Code of current page or seleted text or link addr or image.
Velikost souboru 1.08 MB
Počet instalací 755
Aktuální Verze 1.10
Poslední Aktualizace 2015-08-12
Datum Vydání 2015-08-11
Hodnocení 4.60/5 Celkem 5 Hodnocení
Vývojář https://mujiang.info
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sweet QR Code Maker",
    "description": "Generate QR Code easier, faster, smart and sweet. one click to create QR Code of current page or seleted text or link addr or image.",
    "version": "1.10",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "activeTab"
    ],
    "web_accessible_resources": [
        "index.html",
        "*.js",
        "*.css",
        "*.html",
        "*.map"
    ],
    "author": "\u6b22\u4e50\u6728\u5320\u827e\u745e\u514b Eric Dum",
    "homepage_url": "http:\/\/ericathy.us\/"
}