Redirector

Open links in other browsers using Redirector for macOS

Cos'è Redirector?

Redirector è un'estensione di Chrome sviluppata da https://redirector.bluefirex.de, e la sua funzione principale è "Open links in other browsers using Redirector for macOS".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Redirector

Scarica i file di estensione Redirector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Redirector Redirector
ID dngdcaeafejonkkodapphhhnjollbnnc
URL Ufficiale https://chromewebstore.google.com/detail/redirector/dngdcaeafejonkkodapphhhnjollbnnc
Descrizione Open links in other browsers using Redirector for macOS
Dimensione del File 26.47 KB
Conteggio Installazioni 94
Versione Corrente 1.0
Ultimo Aggiornamento 2023-04-05
Data di Pubblicazione 2020-08-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://redirector.bluefirex.de
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://redirector.bluefirex.de
URL della Pagina di Aiuto https://bluefirex.de/#contact
URL della Pagina della Politica sulla Privacy https://bluefirex.de/privacy
Lingue Supportate 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
}