BrowserFairy
This extension allows you to send the current page to a different browser using the macOS App BrowserFairy
Qu'est-ce que BrowserFairy ?
BrowserFairy est une extension Chrome développée par venqoo GmbH, et sa fonction principale est "This extension allows you to send the current page to a different browser using the macOS App BrowserFairy".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BrowserFairy
Téléchargez les fichiers d'extension BrowserFairy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | BrowserFairy |
ID | ihfblkkmkmcgejfkgmkiipplonimjnec |
URL Officiel | https://chromewebstore.google.com/detail/browserfairy/ihfblkkmkmcgejfkgmkiipplonimjnec |
Description | This extension allows you to send the current page to a different browser using the macOS App BrowserFairy |
Taille du Fichier | 30.22 KB |
Nombre d'Installations | 1,442 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2020-07-09 |
Date de Publication | 2020-06-21 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | venqoo GmbH |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.browserfairy.com |
URL de la Page d'Aide | https://www.browserfairy.com/support |
Langues Prises en Charge | 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" } } } |