Redirector
Open links in other browsers using Redirector for macOS
Was ist Redirector?
Redirector ist eine Chrome-Erweiterung, die von https://redirector.bluefirex.de entwickelt wurde, und ihr Hauptmerkmal ist "Open links in other browsers using Redirector for macOS".
Erweiterungsscreenshots
Redirector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Redirector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Redirector |
ID | dngdcaeafejonkkodapphhhnjollbnnc |
Offizielle URL | https://chromewebstore.google.com/detail/redirector/dngdcaeafejonkkodapphhhnjollbnnc |
Beschreibung | Open links in other browsers using Redirector for macOS |
Dateigröße | 26.47 KB |
Installationsanzahl | 94 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-04-05 |
Veröffentlichungsdatum | 2020-08-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://redirector.bluefirex.de |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://redirector.bluefirex.de |
Hilfeseite URL | https://bluefirex.de/#contact |
URL der Datenschutzrichtlinien-Seite | https://bluefirex.de/privacy |
Unterstützte Sprachen | 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 } |