Jump from en-us to the other page

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

¿Qué es Jump from en-us to the other page?

Jump from en-us to the other page es una extensión de Chrome desarrollada por keiji, y su función principal es "Jump and switch from en-us page to the other page based on URL.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Jump from en-us to the other page

Descarga archivos de extensión Jump from en-us to the other page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 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
Descripción Jump and switch from en-us page to the other page based on URL.
Tamaño del Archivo 12.38 KB
Cantidad de Instalaciones 215
Versión Actual 2.4.7
Última Actualización 2024-02-23
Fecha de Publicación 2020-06-23
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador keiji
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage
URL de la Página de Política de Privacidad https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md
Idiomas Soportados 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"
    ]
}