Redirector

Open links in other browsers using Redirector for macOS

Co je Redirector?

Redirector je rozšíření Chrome vyvinuté https://redirector.bluefirex.de, a jeho hlavní funkcí je „Open links in other browsers using Redirector for macOS“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Redirector

Stáhněte si soubory rozšíření Redirector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Redirector Redirector
ID dngdcaeafejonkkodapphhhnjollbnnc
Oficiální URL https://chromewebstore.google.com/detail/redirector/dngdcaeafejonkkodapphhhnjollbnnc
Popis Open links in other browsers using Redirector for macOS
Velikost souboru 26.47 KB
Počet instalací 94
Aktuální Verze 1.0
Poslední Aktualizace 2023-04-05
Datum Vydání 2020-08-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://redirector.bluefirex.de
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://redirector.bluefirex.de
URL Stránky Nápovědy https://bluefirex.de/#contact
URL Stránky Zásad Ochrany Soukromí https://bluefirex.de/privacy
Podporované Jazyky 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
}