BrowserFairy

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

Apa itu BrowserFairy?

BrowserFairy adalah ekstensi Chrome yang dikembangkan oleh venqoo GmbH, dan fitur utamanya adalah "This extension allows you to send the current page to a different browser using the macOS App BrowserFairy".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BrowserFairy

Unduh file ekstensi BrowserFairy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama BrowserFairy BrowserFairy
ID ihfblkkmkmcgejfkgmkiipplonimjnec
URL Resmi https://chromewebstore.google.com/detail/browserfairy/ihfblkkmkmcgejfkgmkiipplonimjnec
Deskripsi This extension allows you to send the current page to a different browser using the macOS App BrowserFairy
Ukuran File 30.22 KB
Jumlah Instalasi 1,442
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2020-07-09
Tanggal Publikasi 2020-06-21
Penilaian 4.33/5 Total 3 Penilaian
Pengembang venqoo GmbH
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.browserfairy.com
URL Halaman Bantuan https://www.browserfairy.com/support
Bahasa yang Didukung 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"
        }
    }
}