QR anything

Generate QR of anything instantly. Just right click and generate QR of images and links.

Co je QR anything?

QR anything je rozšíření Chrome vyvinuté https://moin.im, a jeho hlavní funkcí je „Generate QR of anything instantly. Just right click and generate QR of images and links.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření QR anything

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

                        A light-weight extension to create QR codes of anything. It generates the QR instantly.

Currently supports:

- Links
- Text
- Images

Just right click on whatever you need the QR for and select 'QR this'. You'll see the QR right away.

Change log
v 0.6.1:
Added Android app link

v 0.6:
Optimised for performance

v0.5.1:

- 'right-click' save option for QR image.
- Developers: 64base code available                    

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

Název QR anything QR anything
ID dpcobhfdocjilgmfdbigakbkkfjclmcl
Oficiální URL https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl
Popis Generate QR of anything instantly. Just right click and generate QR of images and links.
Velikost souboru 52.87 KB
Počet instalací 593
Aktuální Verze 0.6.1
Poslední Aktualizace 2016-02-06
Datum Vydání 2016-02-06
Hodnocení 4.60/5 Celkem 10 Hodnocení
Vývojář https://moin.im
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR anything",
    "version": "0.6.1",
    "manifest_version": 2,
    "description": "Generate QR of anything instantly. Just right click and generate QR of images and links.",
    "icons": {
        "16": "icons\/16.png",
        "28": "icons\/28.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "qr.html",
    "permissions": [
        "contextMenus"
    ]
}