QR Code Generator
This extension quickly generates a QR Code for url of the current tab.
Что такое QR Code Generator?
QR Code Generator - это расширение Chrome, разработанное https://webplusdevelopers.com, и его основная функция - "This extension quickly generates a QR Code for url of the current tab.".
Снимки экрана расширения
Скачать файл CRX расширения QR Code Generator
Скачайте файлы расширений QR Code Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Quickly generate a QR Code for the URL of the current tab. To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.
Основная информация о расширении
Название | QR Code Generator |
ID | kndijjedkgagpeefiinpggmfedeigedm |
Официальный URL | https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm |
Описание | This extension quickly generates a QR Code for url of the current tab. |
Размер файла | 53.81 KB |
Количество установок | 223 |
Текущая Версия | 1.0 |
Последнее Обновление | 2014-08-15 |
Дата публикации | 2014-08-15 |
Разработчик | https://webplusdevelopers.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "author": "Josephus Paye II", "description": "This extension quickly generates a QR Code for url of the current tab.", "version": "1.0", "icons": { "128": "images\/icon_128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Generate QR Code" } } |