BrowserFairy
This extension allows you to send the current page to a different browser using the macOS App BrowserFairy
¿Qué es BrowserFairy?
BrowserFairy es una extensión de Chrome desarrollada por venqoo GmbH, y su función principal es "This extension allows you to send the current page to a different browser using the macOS App BrowserFairy".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión BrowserFairy
Descarga archivos de extensión BrowserFairy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | BrowserFairy |
ID | ihfblkkmkmcgejfkgmkiipplonimjnec |
URL Oficial | https://chromewebstore.google.com/detail/browserfairy/ihfblkkmkmcgejfkgmkiipplonimjnec |
Descripción | This extension allows you to send the current page to a different browser using the macOS App BrowserFairy |
Tamaño del Archivo | 30.22 KB |
Cantidad de Instalaciones | 1,442 |
Versión Actual | 2.0.0 |
Última Actualización | 2020-07-09 |
Fecha de Publicación | 2020-06-21 |
Calificación | 4.33/5 Total de 3 Calificaciones |
Desarrollador | venqoo GmbH |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.browserfairy.com |
URL de la Página de Ayuda | https://www.browserfairy.com/support |
Idiomas Soportados | 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" } } } |