Jump from en-us to the other page

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

ما هو Jump from en-us to the other page؟

Jump from en-us to the other page هو إضافة Chrome تم تطويرها بواسطة keiji، والميزة الرئيسية لها هي "Jump and switch from en-us page to the other page based on URL.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Jump from en-us to the other page

قم بتنزيل ملفات الامتداد Jump from en-us to the other page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Jump from en-us to the other page Jump from en-us to the other page
ID ahpbgefcefglpdficedlffmalcdcekic
عنوان URL الرسمي https://chromewebstore.google.com/detail/jump-from-en-us-to-the-ot/ahpbgefcefglpdficedlffmalcdcekic
الوصف Jump and switch from en-us page to the other page based on URL.
حجم الملف 12.38 KB
عدد التثبيتات 215
النسخة الحالية 2.4.7
آخر تحديث 2024-02-23
تاريخ النشر 2020-06-23
تقييم 5.00/5 مجموع تقييمات 1
المطور keiji
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage
عنوان صفحة سياسة الخصوصية https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md
اللغات المدعومة 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"
    ]
}