BrowserFairy

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

Cos'è BrowserFairy?

BrowserFairy è un'estensione di Chrome sviluppata da venqoo GmbH, e la sua funzione principale è "This extension allows you to send the current page to a different browser using the macOS App BrowserFairy".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BrowserFairy

Scarica i file di estensione BrowserFairy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome BrowserFairy BrowserFairy
ID ihfblkkmkmcgejfkgmkiipplonimjnec
URL Ufficiale https://chromewebstore.google.com/detail/browserfairy/ihfblkkmkmcgejfkgmkiipplonimjnec
Descrizione This extension allows you to send the current page to a different browser using the macOS App BrowserFairy
Dimensione del File 30.22 KB
Conteggio Installazioni 1,442
Versione Corrente 2.0.0
Ultimo Aggiornamento 2020-07-09
Data di Pubblicazione 2020-06-21
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore venqoo GmbH
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.browserfairy.com
URL della Pagina di Aiuto https://www.browserfairy.com/support
Lingue Supportate 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"
        }
    }
}