URL2QR

将当前URL的地址转成二维码

Что такое URL2QR?

URL2QR - это расширение Chrome, разработанное http://www.liyaodong.com, и его основная функция - "将当前URL的地址转成二维码".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения URL2QR

Скачайте файлы расширений URL2QR в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Generate a qrcode accroding to your visiting web page . and if you start a local server , the plugin will auto translate `localhost` to your local ip . and then you can visit it on your mobile or other people's computer . Is very convenient when you debug your responsive website . so , don't waste your time on copy url .                    

Основная информация о расширении

Название URL2QR URL2QR
ID pmlpmeejppihnemepiadkmnghmbclhpg
Официальный URL https://chrome.google.com/webstore/detail/url2qr/pmlpmeejppihnemepiadkmnghmbclhpg
Описание 将当前URL的地址转成二维码
Размер файла 36.32 KB
Количество установок 70
Текущая Версия 2.1
Последнее Обновление 2019-03-11
Дата публикации 2019-03-11
Рейтинг 5.00/5 Всего 4 оценок
Разработчик http://www.liyaodong.com
Тип оплаты free
Официальный сайт расширения https://github.com/liyaodong/url2qr
URL страницы помощи https://github.com/liyaodong/url2qr
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL2QR",
    "version": "2.1",
    "manifest_version": 2,
    "description": "\u5c06\u5f53\u524dURL\u7684\u5730\u5740\u8f6c\u6210\u4e8c\u7ef4\u7801",
    "author": "Vanilla",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/url2qr\/pmlpmeejppihnemepiadkmnghmbclhpg",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "storage"
    ],
    "options_page": "options.html"
}