Redirector

Open links in other browsers using Redirector for macOS

Co to jest Redirector?

Redirector to rozszerzenie Chrome opracowane przez https://redirector.bluefirex.de, a jego główną funkcją jest „Open links in other browsers using Redirector for macOS”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Redirector

Pobierz pliki rozszerzeń Redirector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Redirector Redirector
ID dngdcaeafejonkkodapphhhnjollbnnc
Oficjalny URL https://chromewebstore.google.com/detail/redirector/dngdcaeafejonkkodapphhhnjollbnnc
Opis Open links in other browsers using Redirector for macOS
Rozmiar pliku 26.47 KB
Liczba instalacji 94
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-04-05
Data Publikacji 2020-08-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://redirector.bluefirex.de
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://redirector.bluefirex.de
Adres URL Strony Pomocy https://bluefirex.de/#contact
Adres URL Strony Polityki Prywatności https://bluefirex.de/privacy
Obsługiwane Języki 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
}