Choosy
Send pages and links to another browser using Choosy (macOS only).
Apa itu Choosy?
Choosy adalah ekstensi Chrome yang dikembangkan oleh https://www.choosyosx.com, dan fitur utamanya adalah "Send pages and links to another browser using Choosy (macOS only).".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Choosy
Unduh file ekstensi Choosy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Choosy |
ID | baecahhpgcpccohoeipmdkkbemhjhfmc |
URL Resmi | https://chromewebstore.google.com/detail/choosy/baecahhpgcpccohoeipmdkkbemhjhfmc |
Deskripsi | Send pages and links to another browser using Choosy (macOS only). |
Ukuran File | 29.73 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2022-12-05 |
Tanggal Publikasi | 2019-11-11 |
Penilaian | 3.95/5 Total 22 Penilaian |
Pengembang | https://www.choosyosx.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://choosy.app/ |
URL Halaman Kebijakan Privasi | https://choosy.app/privacy |
Bahasa yang Didukung | 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]" } } } |