BrowserFairy
This extension allows you to send the current page to a different browser using the macOS App BrowserFairy
BrowserFairyคืออะไร?
BrowserFairy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย venqoo GmbH และคุณลักษณะหลักของมันคือ "This extension allows you to send the current page to a different browser using the macOS App BrowserFairy"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BrowserFairy
ดาวน์โหลดไฟล์ส่วนขยาย BrowserFairy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With BrowserFairy you can easily send the current page or a link in another browser. Use the toolbar button for the current page or the context menu on a link to bring up a selection. You can easily choose anther browser to open the page from the presented dash board. This extension requires the macOS App BrowserFairy: https://apps.apple.com/us/app/browser-fairy/id1499080593
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BrowserFairy |
ID | ihfblkkmkmcgejfkgmkiipplonimjnec |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/browserfairy/ihfblkkmkmcgejfkgmkiipplonimjnec |
คำอธิบาย | This extension allows you to send the current page to a different browser using the macOS App BrowserFairy |
ขนาดไฟล์ | 30.22 KB |
จำนวนการติดตั้ง | 1,442 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2020-07-09 |
วันที่เผยแพร่ | 2020-06-21 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | venqoo GmbH |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.browserfairy.com |
URL หน้าช่วยเหลือ | https://www.browserfairy.com/support |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BrowserFairy", "author": "venqoo GmbH", "description": "This extension allows you to send the current page to a different browser using the macOS App BrowserFairy", "version": "2.0.0", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "contextMenus", "nativeMessaging" ], "browser_action": { "default_title": "BrowserFairy", "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" } } } |