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 |
Eメール | [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" } } } |