Choosy

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

Cos'è Choosy?

Choosy è un'estensione di Chrome sviluppata da https://www.choosyosx.com, e la sua funzione principale è "Send pages and links to another browser using Choosy (macOS only).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Choosy

Scarica i file di estensione Choosy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Choosy Choosy
ID baecahhpgcpccohoeipmdkkbemhjhfmc
URL Ufficiale https://chromewebstore.google.com/detail/choosy/baecahhpgcpccohoeipmdkkbemhjhfmc
Descrizione Send pages and links to another browser using Choosy (macOS only).
Dimensione del File 29.73 KB
Conteggio Installazioni 10,000
Versione Corrente 2.1
Ultimo Aggiornamento 2022-12-05
Data di Pubblicazione 2019-11-11
Valutazione 3.95/5 Totale 22 Valutazioni
Sviluppatore https://www.choosyosx.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://choosy.app/
URL della Pagina della Politica sulla Privacy https://choosy.app/privacy
Lingue Supportate 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]"
        }
    }
}