BrowserFairy
This extension allows you to send the current page to a different browser using the macOS App BrowserFairy
O que é BrowserFairy?
BrowserFairy é uma extensão do Chrome desenvolvida por venqoo GmbH, e sua principal característica é "This extension allows you to send the current page to a different browser using the macOS App BrowserFairy".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BrowserFairy
Baixe arquivos de extensão BrowserFairy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | BrowserFairy |
ID | ihfblkkmkmcgejfkgmkiipplonimjnec |
URL Oficial | https://chromewebstore.google.com/detail/browserfairy/ihfblkkmkmcgejfkgmkiipplonimjnec |
Descrição | This extension allows you to send the current page to a different browser using the macOS App BrowserFairy |
Tamanho do Arquivo | 30.22 KB |
Contagem de Instalações | 1,442 |
Versão Atual | 2.0.0 |
Última Atualização | 2020-07-09 |
Data de Publicação | 2020-06-21 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | venqoo GmbH |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.browserfairy.com |
URL da Página de Ajuda | https://www.browserfairy.com/support |
Idiomas Suportados | 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" } } } |