BrowserFairy
This extension allows you to send the current page to a different browser using the macOS App BrowserFairy
Co to jest BrowserFairy?
BrowserFairy to rozszerzenie Chrome opracowane przez venqoo GmbH, a jego główną funkcją jest „This extension allows you to send the current page to a different browser using the macOS App BrowserFairy”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BrowserFairy
Pobierz pliki rozszerzeń BrowserFairy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ihfblkkmkmcgejfkgmkiipplonimjnec |
| Oficjalny URL | https://chromewebstore.google.com/detail/browserfairy/ihfblkkmkmcgejfkgmkiipplonimjnec |
| Opis | This extension allows you to send the current page to a different browser using the macOS App BrowserFairy |
| Rozmiar pliku | 30.22 KB |
| Liczba instalacji | 1,442 |
| Aktualna Wersja | 2.0.0 |
| Ostatnia Aktualizacja | 2020-07-09 |
| Data Publikacji | 2020-06-21 |
| Ocena | 4.33/5 Łącznie 3 Oceny |
| Deweloper | venqoo GmbH |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.browserfairy.com |
| Adres URL Strony Pomocy | https://www.browserfairy.com/support |
| Obsługiwane Języki | 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"
}
}
} | |