Redirector

Open links in other browsers using Redirector for macOS

什麼是Redirector?

Redirector是由https://redirector.bluefirex.de開發的Chrome擴展程式,該擴展的主要功能是“Open links in other browsers using Redirector for macOS”。

擴展截圖

screenshot
screenshot

下載Redirector擴展crx文件

下載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 Redirector
ID dngdcaeafejonkkodapphhhnjollbnnc
官方網址 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
}