URL to QR

This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.

Что такое URL to QR?

URL to QR - это расширение Chrome, разработанное JJay, и его основная функция - "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.".

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

screenshot

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

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

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

                        Tired of typing the url in your smartPhone browser. Use this smart extension to create a QR code and scan with your phone to browse the page. Highly usefull for web developers and testers.

Please mail your feedback to me: [email protected]                    

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

Название URL to QR URL to QR
ID ffpdcfbjaahhcgogoekgbellhahephbd
Официальный URL https://chromewebstore.google.com/detail/url-to-qr/ffpdcfbjaahhcgogoekgbellhahephbd
Описание This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.
Размер файла 33.94 KB
Количество установок 80
Текущая Версия 1.1
Последнее Обновление 2023-12-21
Дата публикации 2015-05-19
Рейтинг 4.86/5 Всего 7 оценок
Разработчик JJay
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR",
    "description": "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "url.html"
    },
    "permissions": [
        "tabs"
    ]
}