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 擴展基本資訊
| 名稱 | |
| ID | ihfblkkmkmcgejfkgmkiipplonimjnec |
| 官方網址 | 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"
}
}
} | |