Jump from en-us to the other page

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

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

Jump from en-us to the other page je rozšíření Chrome vyvinuté keiji, a jeho hlavní funkcí je „Jump and switch from en-us page to the other page based on URL.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Jump from en-us to the other page

Stáhněte si soubory rozšíření Jump from en-us to the other page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Jump from en-us to the other page Jump from en-us to the other page
ID ahpbgefcefglpdficedlffmalcdcekic
Oficiální URL https://chromewebstore.google.com/detail/jump-from-en-us-to-the-ot/ahpbgefcefglpdficedlffmalcdcekic
Popis Jump and switch from en-us page to the other page based on URL.
Velikost souboru 12.38 KB
Počet instalací 215
Aktuální Verze 2.4.7
Poslední Aktualizace 2024-02-23
Datum Vydání 2020-06-23
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář keiji
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage
URL Stránky Zásad Ochrany Soukromí https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md
Podporované Jazyky 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"
    ]
}