Open with Switchbar

Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.

Cos'è Open with Switchbar?

Open with Switchbar è un'estensione di Chrome sviluppata da https://switchbar.com, e la sua funzione principale è "Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Open with Switchbar

Scarica i file di estensione Open with Switchbar 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

                        This extension integrates Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.

Switchbar is a desktop app that lets you choose where to open links. Any time you click on a web link, Switchbar will prompt you to choose which browser, browser profile or email client to open that link with. Learn more at https://switchbar.app.

With this extension installed, you can right-click on a link and select "Open with Switchbar” to send it to another browser. You can also use the Switchbar toolbar button to send the page you are looking at to another browser.                    

Informazioni di Base sull'Estensione

Nome Open with Switchbar Open with Switchbar
ID klgpknafjlhnpkppfbihchgfebbdcomd
URL Ufficiale https://chromewebstore.google.com/detail/open-with-switchbar/klgpknafjlhnpkppfbihchgfebbdcomd
Descrizione Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.
Dimensione del File 42.5 KB
Conteggio Installazioni 656
Versione Corrente 1.0
Ultimo Aggiornamento 2023-01-23
Data di Pubblicazione 2021-06-02
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://switchbar.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://switchbar.com/
URL della Pagina di Aiuto https://switchbar.com/help/
URL della Pagina della Politica sulla Privacy https://about.webcatalog.io/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icon-16.png",
            "24": "icon-24.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "96": "icon-96.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    }
}