Redirector
Open links in other browsers using Redirector for macOS
Τι είναι το Redirector;
Το Redirector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://redirector.bluefirex.de, και η κύρια λειτουργία του είναι "Open links in other browsers using Redirector for macOS".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Redirector
Λήψη αρχείων επέκτασης Redirector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Redirector |
ID | dngdcaeafejonkkodapphhhnjollbnnc |
Επίσημο URL | https://chromewebstore.google.com/detail/redirector/dngdcaeafejonkkodapphhhnjollbnnc |
Περιγραφή | Open links in other browsers using Redirector for macOS |
Μέγεθος Αρχείου | 26.47 KB |
Αριθμός Εγκαταστάσεων | 94 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2023-04-05 |
Ημερομηνία Δημοσίευσης | 2020-08-08 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://redirector.bluefirex.de |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://redirector.bluefirex.de |
Διεύθυνση URL της Σελίδας Βοήθειας | https://bluefirex.de/#contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://bluefirex.de/privacy |
Υποστηριζόμενες Γλώσσες | 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 } |