Redirector
Open links in other browsers using Redirector for macOS
Vad är Redirector?
Redirector är en Chrome-tillägg utvecklad av https://redirector.bluefirex.de, och dess huvudfunktion är "Open links in other browsers using Redirector for macOS".
Tilläggsskärmbilder
Ladda ner Redirector-förlängningens CRX-fil
Ladda ner Redirector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Redirector |
ID | dngdcaeafejonkkodapphhhnjollbnnc |
Officiell webbadress | https://chromewebstore.google.com/detail/redirector/dngdcaeafejonkkodapphhhnjollbnnc |
Beskrivning | Open links in other browsers using Redirector for macOS |
Filstorlek | 26.47 KB |
Antal Installationer | 94 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-04-05 |
Publiceringsdatum | 2020-08-08 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://redirector.bluefirex.de |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://redirector.bluefirex.de |
Hjälpsida URL | https://bluefirex.de/#contact |
URL till Sekretesspolicy Sidan | https://bluefirex.de/privacy |
Stödda Språk | 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 } |