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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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/ |
| عنوان صفحة سياسة الخصوصية | 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]"
}
}
} | |