BrowserFairy

This extension allows you to send the current page to a different browser using the macOS App BrowserFairy

Wat is BrowserFairy?

BrowserFairy is een Chrome-extensie ontwikkeld door venqoo GmbH, en de belangrijkste functie is "This extension allows you to send the current page to a different browser using the macOS App BrowserFairy".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BrowserFairy

Download BrowserFairy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam BrowserFairy BrowserFairy
ID ihfblkkmkmcgejfkgmkiipplonimjnec
Officiële URL https://chromewebstore.google.com/detail/browserfairy/ihfblkkmkmcgejfkgmkiipplonimjnec
Beschrijving This extension allows you to send the current page to a different browser using the macOS App BrowserFairy
Bestandsgrootte 30.22 KB
Aantal Installaties 1,442
Huidige Versie 2.0.0
Laatst Bijgewerkt 2020-07-09
Publicatiedatum 2020-06-21
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar venqoo GmbH
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.browserfairy.com
Help Pagina-URL https://www.browserfairy.com/support
Ondersteunde Talen 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"
        }
    }
}