BrowserFairy

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

Was ist BrowserFairy?

BrowserFairy ist eine Chrome-Erweiterung, die von venqoo GmbH entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to send the current page to a different browser using the macOS App BrowserFairy".

Erweiterungsscreenshots

screenshot

BrowserFairy-Erweiterungs-CRX-Datei herunterladen

Laden Sie BrowserFairy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name BrowserFairy BrowserFairy
ID ihfblkkmkmcgejfkgmkiipplonimjnec
Offizielle URL https://chromewebstore.google.com/detail/browserfairy/ihfblkkmkmcgejfkgmkiipplonimjnec
Beschreibung This extension allows you to send the current page to a different browser using the macOS App BrowserFairy
Dateigröße 30.22 KB
Installationsanzahl 1,442
Aktuelle Version 2.0.0
Letztes Update 2020-07-09
Veröffentlichungsdatum 2020-06-21
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler venqoo GmbH
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.browserfairy.com
Hilfeseite URL https://www.browserfairy.com/support
Unterstützte Sprachen 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"
        }
    }
}