Choosy

Send pages and links to another browser using Choosy (macOS only).

Wat is Choosy?

Choosy is een Chrome-extensie ontwikkeld door https://www.choosyosx.com, en de belangrijkste functie is "Send pages and links to another browser using Choosy (macOS only).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Choosy

Download Choosy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Choosy Choosy
ID baecahhpgcpccohoeipmdkkbemhjhfmc
Officiële URL https://chromewebstore.google.com/detail/choosy/baecahhpgcpccohoeipmdkkbemhjhfmc
Beschrijving Send pages and links to another browser using Choosy (macOS only).
Bestandsgrootte 29.73 KB
Aantal Installaties 10,000
Huidige Versie 2.1
Laatst Bijgewerkt 2022-12-05
Publicatiedatum 2019-11-11
Beoordeling 3.95/5 Totaal 22 Beoordelingen
Ontwikkelaar https://www.choosyosx.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://choosy.app/
URL van de Privacybeleid Pagina https://choosy.app/privacy
Ondersteunde Talen 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]"
        }
    }
}