Choosy

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

Qu'est-ce que Choosy ?

Choosy est une extension Chrome développée par https://www.choosyosx.com, et sa fonction principale est "Send pages and links to another browser using Choosy (macOS only).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Choosy

Téléchargez les fichiers d'extension Choosy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Choosy Choosy
ID baecahhpgcpccohoeipmdkkbemhjhfmc
URL Officiel https://chromewebstore.google.com/detail/choosy/baecahhpgcpccohoeipmdkkbemhjhfmc
Description Send pages and links to another browser using Choosy (macOS only).
Taille du Fichier 29.73 KB
Nombre d'Installations 10,000
Version Actuelle 2.1
Dernière Mise à Jour 2022-12-05
Date de Publication 2019-11-11
Évaluation 3.95/5 Total 22 Évaluations
Développeur https://www.choosyosx.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://choosy.app/
URL de la Page de Politique de Confidentialité https://choosy.app/privacy
Langues Prises en Charge 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]"
        }
    }
}