Choosy

Send pages and links to another browser using Choosy (macOS only).

Choosy란 무엇입니까?

Choosy은(는) https://www.choosyosx.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send pages and links to another browser using Choosy (macOS only)."입니다.

확장 프로그램 스크린샷

screenshot

Choosy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Provides integration with Choosy (a smarter default browser for macOS).

Quick access Choosy's browser prompt via a button in the Chrome toolbar so you can send the page you are looking at to another browser.

Also adds a context menu item to links, so each link can be sent to Choosy's browser prompt.                    

확장 프로그램 기본 정보

이름 Choosy Choosy
ID baecahhpgcpccohoeipmdkkbemhjhfmc
공식 URL https://chromewebstore.google.com/detail/choosy/baecahhpgcpccohoeipmdkkbemhjhfmc
설명 Send pages and links to another browser using Choosy (macOS only).
파일 크기 29.73 KB
설치 횟수 10,000
현재 버전 2.1
최근 업데이트 2022-12-05
출시 날짜 2019-11-11
평점 3.95/5 총 22 개의 평점
개발자 https://www.choosyosx.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://choosy.app/
개인정보 보호 정책 페이지 URL https://choosy.app/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Choosy",
    "manifest_version": 3,
    "version": "2.1",
    "description": "Send pages and links to another browser using Choosy (macOS only).",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Open with Choosy",
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "32": "images\/icon32.png",
            "38": "images\/icon38.png",
            "64": "images\/icon64.png"
        }
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "nativeMessaging"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}