Localhost2Phone

This app allows us to test our localhost page on phone or any other device.

Что такое Localhost2Phone?

Localhost2Phone - это расширение Chrome, разработанное Darkshredder, и его основная функция - "This app allows us to test our localhost page on phone or any other device.".

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

screenshot
screenshot

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

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

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

                        Showcase or Test your Frontend or Backend code just by scanning a QR Code or copying the url and sharing it.

As a developer working under his Localhost server for testing frontend code on different screen becomes a tiresome process.I've encountered one issue that always wastes 2-5 minutes of my workflow.

 Testing on each Screen is not easy for different devices like your device and we have to check manually.Instead of this workflow we could just share the QR Code and let the team know about the output easily without any hassel.

This is where Localhost2Phone comes into play just by sharing QR Code or URL.

Comments, bugs and suggestions are welcome. 

Enjoy :)                    

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

Название Localhost2Phone Localhost2Phone
ID nggfgphkcolkkmpdonknogcinlkceknk
Официальный URL https://chromewebstore.google.com/detail/localhost2phone/nggfgphkcolkkmpdonknogcinlkceknk
Описание This app allows us to test our localhost page on phone or any other device.
Размер файла 62.66 KB
Количество установок 26
Текущая Версия 3.0
Последнее Обновление 2021-03-27
Дата публикации 2021-01-02
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Darkshredder
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Localhost2Phone",
    "version": "3.0",
    "description": "This app allows us to test our localhost page on phone or any other device.",
    "manifest_version": 2,
    "icons": {
        "16": "monitor16.png",
        "64": "monitor64.png",
        "128": "monitor128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}