Locale Switcher

Lets you quickly switch the browser locale to test localization on your website.

O que é Locale Switcher?

Locale Switcher é uma extensão do Chrome desenvolvida por Locale Switcher, e sua principal característica é "Lets you quickly switch the browser locale to test localization on your website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Locale Switcher

Baixe arquivos de extensão Locale Switcher 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

                        🌏 Locale Switcher
Browser Extension to quickly change your browser locale.

❓ What does it do?
When a locale chosen the following thinks will be adjusted:

    navigator.language
    navigator.languages
    Accept-Language headers

✨ Features

    Chrome & Firefox
    Support for 700+ languages and variations
    Per tab basis
    Favorite your most used locales
    Fully shortcut enabled, no mouse needed (Windows: Ctrl+Shift+L / Mac: Cmd+Shift+L)

Questions or feedback? Please email us at [email protected] or open an issue on GitHub: https://github.com/locale-switcher/locale-switcher.                    

Informações Básicas da Extensão

Nome Locale Switcher Locale Switcher
ID kngfjpghaokedippaapkfihdlmmlafcc
URL Oficial https://chromewebstore.google.com/detail/locale-switcher/kngfjpghaokedippaapkfihdlmmlafcc
Descrição Lets you quickly switch the browser locale to test localization on your website.
Tamanho do Arquivo 87.46 KB
Contagem de Instalações 54,452
Versão Atual 1.2.5
Última Atualização 2022-12-27
Data de Publicação 2019-05-14
Classificação 4.43/5 Total de 67 Avaliações
Desenvolvedor Locale Switcher
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/locale-switcher/locale-switcher
URL da Página de Ajuda https://github.com/locale-switcher/locale-switcher
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Locale Switcher",
    "version": "1.2.5",
    "description": "Lets you quickly switch the browser locale to test localization on your website.",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "minimum_chrome_version": "72",
    "background": {
        "scripts": [
            "background.57b8c449.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.26a48089.js"
            ],
            "css": []
        }
    ],
    "browser_action": {
        "default_icon": {
            "256": "256.0dc7ff40.png"
        },
        "default_popup": "popup.8a2f68ed.html"
    },
    "icons": {
        "256": "256.0dc7ff40.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        }
    }
}