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 |
公式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 |
Eメール | [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]" } } } |