Choosy
Send pages and links to another browser using Choosy (macOS only).
Was ist Choosy?
Choosy ist eine Chrome-Erweiterung, die von https://www.choosyosx.com entwickelt wurde, und ihr Hauptmerkmal ist "Send pages and links to another browser using Choosy (macOS only).".
Erweiterungsscreenshots
Choosy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Choosy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Provides integration with Choosy (a smarter default browser for macOS). Quick access Choosy's browser prompt via a button in the Chrome toolbar so you can send the page you are looking at to another browser. Also adds a context menu item to links, so each link can be sent to Choosy's browser prompt.
Grundlegende Informationen zur Erweiterung
Name | Choosy |
ID | baecahhpgcpccohoeipmdkkbemhjhfmc |
Offizielle URL | https://chromewebstore.google.com/detail/choosy/baecahhpgcpccohoeipmdkkbemhjhfmc |
Beschreibung | Send pages and links to another browser using Choosy (macOS only). |
Dateigröße | 29.73 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 2.1 |
Letztes Update | 2022-12-05 |
Veröffentlichungsdatum | 2019-11-11 |
Bewertung | 3.95/5 Insgesamt 22 Bewertungen |
Entwickler | https://www.choosyosx.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://choosy.app/ |
URL der Datenschutzrichtlinien-Seite | https://choosy.app/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Choosy", "manifest_version": 3, "version": "2.1", "description": "Send pages and links to another browser using Choosy (macOS only).", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Open with Choosy", "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "64": "images\/icon64.png" } }, "permissions": [ "activeTab", "contextMenus", "nativeMessaging" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |