BrowserFairy
This extension allows you to send the current page to a different browser using the macOS App BrowserFairy
Co je BrowserFairy?
BrowserFairy je rozšíření Chrome vyvinuté venqoo GmbH, a jeho hlavní funkcí je „This extension allows you to send the current page to a different browser using the macOS App BrowserFairy“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BrowserFairy
Stáhněte si soubory rozšíření BrowserFairy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | BrowserFairy |
ID | ihfblkkmkmcgejfkgmkiipplonimjnec |
Oficiální URL | https://chromewebstore.google.com/detail/browserfairy/ihfblkkmkmcgejfkgmkiipplonimjnec |
Popis | This extension allows you to send the current page to a different browser using the macOS App BrowserFairy |
Velikost souboru | 30.22 KB |
Počet instalací | 1,442 |
Aktuální Verze | 2.0.0 |
Poslední Aktualizace | 2020-07-09 |
Datum Vydání | 2020-06-21 |
Hodnocení | 4.33/5 Celkem 3 Hodnocení |
Vývojář | venqoo GmbH |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.browserfairy.com |
URL Stránky Nápovědy | https://www.browserfairy.com/support |
Podporované Jazyky | 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" } } } |