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).”。
擴展截圖
下載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 |
ID | baecahhpgcpccohoeipmdkkbemhjhfmc |
官方網址 | 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]" } } } |