Quick Qr
You can easily convert this any link to QR and go free with it!
Что такое Quick Qr?
Quick Qr - это расширение Chrome, разработанное https://ssleptsov.blogspot.com, и его основная функция - "You can easily convert this any link to QR and go free with it!".
Снимки экрана расширения
Скачать файл CRX расширения Quick Qr
Скачайте файлы расширений Quick Qr в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Very useful extension that will convert your current link to QR code, so you can easily scan it on your device and go free with your link.
Основная информация о расширении
Название | Quick Qr |
ID | afifoohmohbfgaknonkiooaddfmmckia |
Официальный URL | https://chromewebstore.google.com/detail/quick-qr/afifoohmohbfgaknonkiooaddfmmckia |
Описание | You can easily convert this any link to QR and go free with it! |
Размер файла | 211 KB |
Количество установок | 66 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2016-03-07 |
Дата публикации | 2016-03-07 |
Рейтинг | 4.50/5 Всего 2 оценок |
Разработчик | https://ssleptsov.blogspot.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "page_action": { "default_icon": "images\/Qr-ice-19.png", "default_popup": "popup.html", "default_title": "You can easily convert any link to QR and go free with it!" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "You can easily convert this any link to QR and go free with it!", "background": { "scripts": [ "js\/background.js", "js\/jquery-1.9.1.min.js", "js\/qrcode.js", "js\/jquery.qrcode.js" ] }, "name": "Quick Qr", "permissions": [ "tabs" ], "offline_enabled": true, "icons": { "48": "images\/Qr-ice-48.png", "128": "images\/Qr-ice-128.png", "256": "images\/Qr-ice-256.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "1.0.1" } |