Choosy

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

Choosy là gì?

Choosy là một tiện ích mở rộng Chrome được phát triển bởi https://www.choosyosx.com, và tính năng chính của nó là "Send pages and links to another browser using Choosy (macOS only).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Choosy

Tải xuống các tệp mở rộng Choosy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Choosy Choosy
ID baecahhpgcpccohoeipmdkkbemhjhfmc
URL Chính Thức https://chromewebstore.google.com/detail/choosy/baecahhpgcpccohoeipmdkkbemhjhfmc
Mô tả Send pages and links to another browser using Choosy (macOS only).
Kích Thước Tệp 29.73 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2022-12-05
Ngày Phát Hành 2019-11-11
Đánh Giá 3.95/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://www.choosyosx.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://choosy.app/
URL Trang Chính Sách Bảo Mật https://choosy.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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]"
        }
    }
}