URL to QRCode
get the qrcode of current url
Что такое URL to QRCode?
URL to QRCode - это расширение Chrome, разработанное zhihuzeye, и его основная функция - "get the qrcode of current url".
Снимки экрана расширения
Скачать файл CRX расширения URL to QRCode
Скачайте файлы расширений URL to QRCode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        The fastest qrcode generator.You can get the qrcode of current url by clicking the button simply.
最快的二维码生成器;
快速获取当前页面地址的二维码。                     Основная информация о расширении
| Название |   |  
| ID | hbgipmdmmhiicemlmjglcepdpkodgcpe | 
| Официальный URL | https://chromewebstore.google.com/detail/url-to-qrcode/hbgipmdmmhiicemlmjglcepdpkodgcpe | 
| Описание | get the qrcode of current url | 
| Размер файла | 32.12 KB | 
| Количество установок | 158 | 
| Текущая Версия | 1.1 | 
| Последнее Обновление | 2014-08-15 | 
| Дата публикации | 2014-08-14 | 
| Рейтинг | 5.00/5 Всего 1 оценок | 
| Разработчик | zhihuzeye | 
| Тип оплаты | free | 
| Официальный сайт расширения | https://github.com/imyelo/chrome-url-to-qrcode | 
| URL страницы помощи | https://github.com/imyelo/chrome-url-to-qrcode/issues | 
| Поддерживаемые языки | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QRCode",
    "version": "1.1",
    "description": "get the qrcode of current url",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "URL to QRCode",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}  |  |