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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}