QR anything

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

Co to jest QR anything?

QR anything to rozszerzenie Chrome opracowane przez https://moin.im, a jego główną funkcją jest „Generate QR of anything instantly. Just right click and generate QR of images and links.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia QR anything

Pobierz pliki rozszerzeń QR anything w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa QR anything QR anything
ID dpcobhfdocjilgmfdbigakbkkfjclmcl
Oficjalny URL https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl
Opis Generate QR of anything instantly. Just right click and generate QR of images and links.
Rozmiar pliku 52.87 KB
Liczba instalacji 593
Aktualna Wersja 0.6.1
Ostatnia Aktualizacja 2016-02-06
Data Publikacji 2016-02-06
Ocena 4.60/5 Łącznie 10 Oceny
Deweloper https://moin.im
Typ Płatności free
Obsługiwane Języki 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"
    ]
}