URL to QRC
This extension generates a QR Code based on the current url.
Что такое URL to QRC?
URL to QRC - это расширение Chrome, разработанное https://bambitinc.com, и его основная функция - "This extension generates a QR Code based on the current url.".
Снимки экрана расширения
Скачать файл CRX расширения URL to QRC
Скачайте файлы расширений URL to QRC в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly. This is an Open Source project. All the source code is hosted on GitHub at https://github.com/bambit/u2q
Основная информация о расширении
Название | URL to QRC |
ID | pchcmphgcelljgbhhpbfidahgjnabgfc |
Официальный URL | https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc |
Описание | This extension generates a QR Code based on the current url. |
Размер файла | 48.46 KB |
Количество установок | 95 |
Текущая Версия | 1.1 |
Последнее Обновление | 2013-03-28 |
Дата публикации | 2013-03-28 |
Разработчик | https://bambitinc.com |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRC", "description": "This extension generates a QR Code based on the current url.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs" ] } |