Choosy
Send pages and links to another browser using Choosy (macOS only).
Hvad er Choosy?
Choosy er en Chrome-udvidelse udviklet af https://www.choosyosx.com, og dens hovedfunktion er "Send pages and links to another browser using Choosy (macOS only).".
Udvidelsesskærmbilleder
Download Choosy-udvidelses-CRX-fil
Download Choosy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | baecahhpgcpccohoeipmdkkbemhjhfmc |
| Officiel URL | https://chromewebstore.google.com/detail/choosy/baecahhpgcpccohoeipmdkkbemhjhfmc |
| Beskrivelse | Send pages and links to another browser using Choosy (macOS only). |
| Filstørrelse | 29.73 KB |
| Antal Installationer | 10,000 |
| Nuværende Version | 2.1 |
| Senest Opdateret | 2022-12-05 |
| Udgivelsesdato | 2019-11-11 |
| Bedømmelse | 3.95/5 Samlet 22 Bedømmelser |
| Udvikler | https://www.choosyosx.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://choosy.app/ |
| URL til Fortrolighedspolitik Side | https://choosy.app/privacy |
| Understøttede Sprog | 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]"
}
}
} | |