Redirector

Open links in other browsers using Redirector for macOS

Что такое Redirector?

Redirector - это расширение Chrome, разработанное https://redirector.bluefirex.de, и его основная функция - "Open links in other browsers using Redirector for macOS".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Redirector

Скачайте файлы расширений Redirector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Open any selected link or the current page in any other browser.

This requires Redirector for macOS, available on the Mac App Store, to be installed. Redirector for macOS is responsible for presenting the browsers and actually opening the link.

Click the Redirector button in the toolbar to open the current page in another browser or select "Open with Redirector" in the context menu of any link.                    

Основная информация о расширении

Название Redirector Redirector
ID dngdcaeafejonkkodapphhhnjollbnnc
Официальный URL https://chromewebstore.google.com/detail/redirector/dngdcaeafejonkkodapphhhnjollbnnc
Описание Open links in other browsers using Redirector for macOS
Размер файла 26.47 KB
Количество установок 94
Текущая Версия 1.0
Последнее Обновление 2023-04-05
Дата публикации 2020-08-08
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://redirector.bluefirex.de
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://redirector.bluefirex.de
URL страницы помощи https://bluefirex.de/#contact
URL страницы политики конфиденциальности https://bluefirex.de/privacy
Поддерживаемые языки de,en,no
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirector",
    "version": "1.0",
    "description": "__MSG_description__",
    "page_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "__MSG_tooltip__"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "default_locale": "en",
    "omnibox": {
        "keyword": "red"
    },
    "permissions": [
        "contextMenus",
        "declarativeContent",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}