QR anything

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

Что такое QR anything?

QR anything - это расширение Chrome, разработанное https://moin.im, и его основная функция - "Generate QR of anything instantly. Just right click and generate QR of images and links.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения QR anything

Скачайте файлы расширений QR anything в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название QR anything QR anything
ID dpcobhfdocjilgmfdbigakbkkfjclmcl
Официальный URL https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl
Описание Generate QR of anything instantly. Just right click and generate QR of images and links.
Размер файла 52.87 KB
Количество установок 593
Текущая Версия 0.6.1
Последнее Обновление 2016-02-06
Дата публикации 2016-02-06
Рейтинг 4.60/5 Всего 10 оценок
Разработчик https://moin.im
Тип оплаты free
Поддерживаемые языки 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"
    ]
}