Choosy
Send pages and links to another browser using Choosy (macOS only).
What is Choosy?
Choosy is a Chrome extension developed by https://www.choosyosx.com, and its main feature is "Send pages and links to another browser using Choosy (macOS only).".
Extension Screenshots
Download Choosy Extension CRX File
Download Choosy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Choosy |
ID | baecahhpgcpccohoeipmdkkbemhjhfmc |
Official URL | https://chromewebstore.google.com/detail/choosy/baecahhpgcpccohoeipmdkkbemhjhfmc |
Description | Send pages and links to another browser using Choosy (macOS only). |
File Size | 29.73 KB |
Installation Count | 10,000 |
Current Version | 2.1 |
Last Updated | 2022-12-05 |
Publish Date | 2019-11-11 |
Rating | 3.95/5 Total 22 Ratings |
Developer | https://www.choosyosx.com |
[email protected] | |
Payment Type | free |
Extension Website | https://choosy.app/ |
Privacy Policy Page URL | https://choosy.app/privacy |
Supported Languages | 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]" } } } |