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文件

下载Choosy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]"
        }
    }
}