QR it!
This extension shows the QR code of the current URL address.
Что такое QR it!?
QR it! - это расширение Chrome, разработанное https://malva.altervista.org, и его основная функция - "This extension shows the QR code of the current URL address.".
Снимки экрана расширения
Скачать файл CRX расширения QR it!
Скачайте файлы расширений QR it! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
QR it! is a simple and cute qrcode generator. This extension converts the actual URL in the adress bar, in a smartphone or table readable qr code. Tired of typing long adresses on that tiny phone keyboard of yours? Of emailing yourself links? QR it! is for you.
Основная информация о расширении
Название | QR it! |
ID | cbbanapabopdclniplcfanpepneilmfj |
Официальный URL | https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj |
Описание | This extension shows the QR code of the current URL address. |
Размер файла | 57.31 KB |
Количество установок | 29 |
Текущая Версия | 1.1 |
Последнее Обновление | 2019-04-13 |
Дата публикации | 2019-04-13 |
Разработчик | https://malva.altervista.org |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR it!", "description": "This extension shows the QR code of the current URL address.", "version": "1.1", "options_page": "options\/options.html", "icons": { "19": "images\/qrcode19.png", "38": "images\/qrcode38.png", "48": "images\/qrcode48.png", "128": "images\/qrcode128.png" }, "browser_action": { "default_icon": "images\/qrcode.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/" ], "js": [ "js\/jquery.min.js", "js\/jquery.qrcode.min.js", "popup.js", "options\/options.js" ] } ] } |