Jump from en-us to the other page

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

Wat is Jump from en-us to the other page?

Jump from en-us to the other page is een Chrome-extensie ontwikkeld door keiji, en de belangrijkste functie is "Jump and switch from en-us page to the other page based on URL.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Jump from en-us to the other page

Download Jump from en-us to the other page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Jump from en-us to the other page Jump from en-us to the other page
ID ahpbgefcefglpdficedlffmalcdcekic
Officiële URL https://chromewebstore.google.com/detail/jump-from-en-us-to-the-ot/ahpbgefcefglpdficedlffmalcdcekic
Beschrijving Jump and switch from en-us page to the other page based on URL.
Bestandsgrootte 12.38 KB
Aantal Installaties 215
Huidige Versie 2.4.7
Laatst Bijgewerkt 2024-02-23
Publicatiedatum 2020-06-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar keiji
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage
URL van de Privacybeleid Pagina https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md
Ondersteunde Talen 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"
    ]
}