Localhost2Phone

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

O que é Localhost2Phone?

Localhost2Phone é uma extensão do Chrome desenvolvida por Darkshredder, e sua principal característica é "This app allows us to test our localhost page on phone or any other device.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Localhost2Phone

Baixe arquivos de extensão Localhost2Phone no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 :)                    

Informações Básicas da Extensão

Nome Localhost2Phone Localhost2Phone
ID nggfgphkcolkkmpdonknogcinlkceknk
URL Oficial https://chromewebstore.google.com/detail/localhost2phone/nggfgphkcolkkmpdonknogcinlkceknk
Descrição This app allows us to test our localhost page on phone or any other device.
Tamanho do Arquivo 62.66 KB
Contagem de Instalações 26
Versão Atual 3.0
Última Atualização 2021-03-27
Data de Publicação 2021-01-02
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Darkshredder
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}