Jump from en-us to the other page

Jump and switch from en-us page to the other page based on URL.

O que é Jump from en-us to the other page?

Jump from en-us to the other page é uma extensão do Chrome desenvolvida por keiji, e sua principal característica é "Jump and switch from en-us page to the other page based on URL.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Jump from en-us to the other page

Baixe arquivos de extensão Jump from en-us to the other page 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 language is specified in URL of any pages for document, you can easily jump and switch from English page to Japanese or the other page by a single click.
You can set whether to display in a new tab when you jump.
This supports 69 locales.                    

Informações Básicas da Extensão

Nome Jump from en-us to the other page Jump from en-us to the other page
ID ahpbgefcefglpdficedlffmalcdcekic
URL Oficial https://chromewebstore.google.com/detail/jump-from-en-us-to-the-ot/ahpbgefcefglpdficedlffmalcdcekic
Descrição Jump and switch from en-us page to the other page based on URL.
Tamanho do Arquivo 12.38 KB
Contagem de Instalações 215
Versão Atual 2.4.7
Última Atualização 2024-02-23
Data de Publicação 2020-06-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor keiji
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage
URL da Página de Política de Privacidade https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md
Idiomas Suportados en,es,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "en-us to the other page",
    "version": "2.4.7",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "options_page": "options.html",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_defaultTitle__"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}