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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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"
    ]
}