Open with Switchbar

Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.

Open with Switchbarとは何ですか?

Open with Switchbarはhttps://switchbar.comによって開発されたChromeの拡張機能で、その主な機能は「Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Open with Switchbar拡張機能のCRXファイルをダウンロード

Open with Switchbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension integrates Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.

Switchbar is a desktop app that lets you choose where to open links. Any time you click on a web link, Switchbar will prompt you to choose which browser, browser profile or email client to open that link with. Learn more at https://switchbar.app.

With this extension installed, you can right-click on a link and select "Open with Switchbar” to send it to another browser. You can also use the Switchbar toolbar button to send the page you are looking at to another browser.                    

拡張機能の基本情報

名前 Open with Switchbar Open with Switchbar
ID klgpknafjlhnpkppfbihchgfebbdcomd
公式URL https://chromewebstore.google.com/detail/open-with-switchbar/klgpknafjlhnpkppfbihchgfebbdcomd
説明 Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.
ファイルサイズ 42.5 KB
インストール数 656
現在のバージョン 1.0
最終更新日 2023-01-23
公開日 2021-06-02
評価 1.00/5 合計 1 レビュー
開発者 https://switchbar.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://switchbar.com/
ヘルプページのURL https://switchbar.com/help/
プライバシーポリシーページのURL https://about.webcatalog.io/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icon-16.png",
            "24": "icon-24.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "96": "icon-96.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    }
}