Jump from en-us to the other page

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

Co to jest Jump from en-us to the other page?

Jump from en-us to the other page to rozszerzenie Chrome opracowane przez keiji, a jego główną funkcją jest „Jump and switch from en-us page to the other page based on URL.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Jump from en-us to the other page

Pobierz pliki rozszerzeń Jump from en-us to the other page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Jump from en-us to the other page Jump from en-us to the other page
ID ahpbgefcefglpdficedlffmalcdcekic
Oficjalny URL https://chromewebstore.google.com/detail/jump-from-en-us-to-the-ot/ahpbgefcefglpdficedlffmalcdcekic
Opis Jump and switch from en-us page to the other page based on URL.
Rozmiar pliku 12.38 KB
Liczba instalacji 215
Aktualna Wersja 2.4.7
Ostatnia Aktualizacja 2024-02-23
Data Publikacji 2020-06-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper keiji
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage
Adres URL Strony Polityki Prywatności https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md
Obsługiwane Języki 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"
    ]
}