Jump from en-us to the other page

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

Qu'est-ce que Jump from en-us to the other page ?

Jump from en-us to the other page est une extension Chrome développée par keiji, et sa fonction principale est "Jump and switch from en-us page to the other page based on URL.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Jump from en-us to the other page

Téléchargez les fichiers d'extension Jump from en-us to the other page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Jump from en-us to the other page Jump from en-us to the other page
ID ahpbgefcefglpdficedlffmalcdcekic
URL Officiel https://chromewebstore.google.com/detail/jump-from-en-us-to-the-ot/ahpbgefcefglpdficedlffmalcdcekic
Description Jump and switch from en-us page to the other page based on URL.
Taille du Fichier 12.38 KB
Nombre d'Installations 215
Version Actuelle 2.4.7
Dernière Mise à Jour 2024-02-23
Date de Publication 2020-06-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur keiji
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage
URL de la Page de Politique de Confidentialité https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md
Langues Prises en Charge 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"
    ]
}