Jump from en-us to the other page

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

Vad är Jump from en-us to the other page?

Jump from en-us to the other page är en Chrome-tillägg utvecklad av keiji, och dess huvudfunktion är "Jump and switch from en-us page to the other page based on URL.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Jump from en-us to the other page-förlängningens CRX-fil

Ladda ner Jump from en-us to the other page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Jump from en-us to the other page Jump from en-us to the other page
ID ahpbgefcefglpdficedlffmalcdcekic
Officiell webbadress https://chromewebstore.google.com/detail/jump-from-en-us-to-the-ot/ahpbgefcefglpdficedlffmalcdcekic
Beskrivning Jump and switch from en-us page to the other page based on URL.
Filstorlek 12.38 KB
Antal Installationer 215
Aktuell Version 2.4.7
Senast Uppdaterad 2024-02-23
Publiceringsdatum 2020-06-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare keiji
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage
URL till Sekretesspolicy Sidan https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md
Stödda Språk 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"
    ]
}