BrowserFairy
This extension allows you to send the current page to a different browser using the macOS App BrowserFairy
什么是BrowserFairy?
BrowserFairy是由venqoo GmbH开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to send the current page to a different browser using the macOS App BrowserFairy”。
扩展截图
下载BrowserFairy扩展crx文件
下载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" } } } |