QR Code Generator
Creates QR Codes from open pages, URLs, images, links and selected text.
Что такое QR Code Generator?
QR Code Generator - это расширение Chrome, разработанное Armin Kremm, и его основная функция - "Creates QR Codes from open pages, URLs, images, links and selected text.".
Снимки экрана расширения
Скачать файл CRX расширения QR Code Generator
Скачайте файлы расширений QR Code Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | QR Code Generator |
ID | dfncpmlchoghcaleajocnbgnffdkpeia |
Официальный URL | https://chromewebstore.google.com/detail/qr-code-generator/dfncpmlchoghcaleajocnbgnffdkpeia |
Описание | Creates QR Codes from open pages, URLs, images, links and selected text. |
Размер файла | 48.34 KB |
Количество установок | 1,296 |
Текущая Версия | 1.0 |
Последнее Обновление | 2013-10-30 |
Дата публикации | 2013-10-29 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Armin Kremm |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "description": "Creates QR Codes from open pages, URLs, images, links and selected text.", "version": "1.0", "author": [ "Armin Kremm" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon19.png", "default_name": "Create QR code", "default_title": "Create an QR code for this page", "default_popup": "popup.html" } } |