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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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"
}
}
} | |