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