Choosy
Send pages and links to another browser using Choosy (macOS only).
Choosyคืออะไร?
Choosy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.choosyosx.com และคุณลักษณะหลักของมันคือ "Send pages and links to another browser using Choosy (macOS only)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Choosy
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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]" } } } |