Redirector

Open links in other browsers using Redirector for macOS

Redirector क्या है?

Redirector https://redirector.bluefirex.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open links in other browsers using Redirector for macOS"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
}