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
Eメール [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
}