Jump from en-us to the other page

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

Apa itu Jump from en-us to the other page?

Jump from en-us to the other page adalah ekstensi Chrome yang dikembangkan oleh keiji, dan fitur utamanya adalah "Jump and switch from en-us page to the other page based on URL.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Jump from en-us to the other page

Unduh file ekstensi Jump from en-us to the other page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Jump from en-us to the other page Jump from en-us to the other page
ID ahpbgefcefglpdficedlffmalcdcekic
URL Resmi https://chromewebstore.google.com/detail/jump-from-en-us-to-the-ot/ahpbgefcefglpdficedlffmalcdcekic
Deskripsi Jump and switch from en-us page to the other page based on URL.
Ukuran File 12.38 KB
Jumlah Instalasi 215
Versi Saat Ini 2.4.7
Terakhir Diperbarui 2024-02-23
Tanggal Publikasi 2020-06-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang keiji
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage
URL Halaman Kebijakan Privasi https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md
Bahasa yang Didukung 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"
    ]
}