QR Codematic

QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.

Что такое QR Codematic?

QR Codematic - это расширение Chrome, разработанное slawkacz, и его основная функция - "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text. You can then scan the QR code with your mobile phone and have it load the encoded web address or text. But there is more! QR Codematic also includes a QR code scanner: hold any QR code in front of your computer's camera, and your web browser does the rest.                    

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

Название QR Codematic QR Codematic
ID khakhkjmaepkaoalafajalgiepgpkgmn
Официальный URL https://chromewebstore.google.com/detail/qr-codematic/khakhkjmaepkaoalafajalgiepgpkgmn
Описание QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.
Размер файла 121 KB
Количество установок 310
Текущая Версия 1.1.2
Последнее Обновление 2018-10-10
Дата публикации 2018-10-10
Рейтинг 4.33/5 Всего 6 оценок
Разработчик slawkacz
Тип оплаты free
Официальный сайт расширения http://github.com/slawkacz
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Codematic",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.",
    "icons": {
        "16": "icons\/qr_reader_icon_16x16.png",
        "19": "icons\/qr_reader_icon_19x19.png",
        "48": "icons\/qr_reader_icon_48x48.png",
        "64": "icons\/qr_reader_icon_64x64.png",
        "128": "icons\/qr_reader_icon_128x128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/qr_reader_icon_19x19.png",
        "default_title": "Opera QR Code generator",
        "default_popup": "src\/page_action\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; script-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "css\/*"
    ]
}