BrowserFairy
This extension allows you to send the current page to a different browser using the macOS App BrowserFairy
BrowserFairy là gì?
BrowserFairy là một tiện ích mở rộng Chrome được phát triển bởi venqoo GmbH, và tính năng chính của nó là "This extension allows you to send the current page to a different browser using the macOS App BrowserFairy".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BrowserFairy
Tải xuống các tệp mở rộng BrowserFairy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BrowserFairy |
ID | ihfblkkmkmcgejfkgmkiipplonimjnec |
URL Chính Thức | https://chromewebstore.google.com/detail/browserfairy/ihfblkkmkmcgejfkgmkiipplonimjnec |
Mô tả | This extension allows you to send the current page to a different browser using the macOS App BrowserFairy |
Kích Thước Tệp | 30.22 KB |
Số Lần Cài Đặt | 1,442 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2020-07-09 |
Ngày Phát Hành | 2020-06-21 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | venqoo GmbH |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.browserfairy.com |
URL Trang Trợ Giúp | https://www.browserfairy.com/support |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |