The QRcode Generator
Generate Qrcode of your current tab and Selection
Что такое The QRcode Generator?
The QRcode Generator - это расширение Chrome, разработанное JohnnyWorks, и его основная функция - "Generate Qrcode of your current tab and Selection".
Снимки экрана расширения
Скачать файл CRX расширения The QRcode Generator
Скачайте файлы расширений The QRcode Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A Simple tools that can generate QR-Code of your current tab or your selections.
Features:
- Click to get current tab URL into QR Code, Easy to use.
- Can generate QRCode without internet. Основная информация о расширении
| Название | |
| ID | mmjobjkkoeoklejdaclonlkofnaojind |
| Официальный URL | https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind |
| Описание | Generate Qrcode of your current tab and Selection |
| Размер файла | 66.86 KB |
| Количество установок | 96 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2014-10-04 |
| Дата публикации | 2014-10-04 |
| Разработчик | JohnnyWorks |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "The QRcode Generator",
"version": "1.0",
"manifest_version": 2,
"description": "Generate Qrcode of your current tab and Selection",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"page": "background.html"
},
"permissions": [
"contextMenus",
"activeTab"
]
} | |