Choosy

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

Vad är Choosy?

Choosy är en Chrome-tillägg utvecklad av https://www.choosyosx.com, och dess huvudfunktion är "Send pages and links to another browser using Choosy (macOS only).".

Tilläggsskärmbilder

screenshot

Ladda ner Choosy-förlängningens CRX-fil

Ladda ner Choosy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Choosy Choosy
ID baecahhpgcpccohoeipmdkkbemhjhfmc
Officiell webbadress https://chromewebstore.google.com/detail/choosy/baecahhpgcpccohoeipmdkkbemhjhfmc
Beskrivning Send pages and links to another browser using Choosy (macOS only).
Filstorlek 29.73 KB
Antal Installationer 10,000
Aktuell Version 2.1
Senast Uppdaterad 2022-12-05
Publiceringsdatum 2019-11-11
Betyg 3.95/5 Totalt 22 Betyg
Utvecklare https://www.choosyosx.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://choosy.app/
URL till Sekretesspolicy Sidan https://choosy.app/privacy
Stödda Språk 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]"
        }
    }
}