BrowserFairy

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

Что такое BrowserFairy?

BrowserFairy - это расширение Chrome, разработанное venqoo GmbH, и его основная функция - "This extension allows you to send the current page to a different browser using the macOS App BrowserFairy".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения BrowserFairy

Скачайте файлы расширений BrowserFairy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название BrowserFairy BrowserFairy
ID ihfblkkmkmcgejfkgmkiipplonimjnec
Официальный URL https://chromewebstore.google.com/detail/browserfairy/ihfblkkmkmcgejfkgmkiipplonimjnec
Описание This extension allows you to send the current page to a different browser using the macOS App BrowserFairy
Размер файла 30.22 KB
Количество установок 1,442
Текущая Версия 2.0.0
Последнее Обновление 2020-07-09
Дата публикации 2020-06-21
Рейтинг 4.33/5 Всего 3 оценок
Разработчик venqoo GmbH
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.browserfairy.com
URL страницы помощи https://www.browserfairy.com/support
Поддерживаемые языки 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"
        }
    }
}