URL Locale Switcher

You can switch the Locale in URL.

O que é URL Locale Switcher?

URL Locale Switcher é uma extensão do Chrome desenvolvida por minato128, e sua principal característica é "You can switch the Locale in URL.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão URL Locale Switcher

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

                        When you click on the extension icon, you can change the Locale of the URL to another set of Locale you have set.


How to use
1. Please set 2 locale in the options page.
2. Click locale icon.

- https://github.com/minato128/en-to-ja-url
- http://minato128.hateblo.jp/entry/2014/06/02/235028                    

Informações Básicas da Extensão

Nome URL Locale Switcher URL Locale Switcher
ID aoeilpnojpmclgkaebnghbclcdjiikie
URL Oficial https://chromewebstore.google.com/detail/url-locale-switcher/aoeilpnojpmclgkaebnghbclcdjiikie
Descrição You can switch the Locale in URL.
Tamanho do Arquivo 9.74 KB
Contagem de Instalações 332
Versão Atual 0.6
Última Atualização 2022-04-10
Data de Publicação 2021-01-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor minato128
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://twitter.com/Minato128
URL da Página de Ajuda https://twitter.com/Minato128
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Locale Switcher",
    "description": "You can switch the Locale in URL.",
    "version": "0.6",
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_title": "switch"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    }
}