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.

Wat is Open with Switchbar?

Open with Switchbar is een Chrome-extensie ontwikkeld door https://switchbar.com, en de belangrijkste functie is "Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Open with Switchbar

Download Open with Switchbar-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

                        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.                    

Basisinformatie over de Extensie

Naam Open with Switchbar Open with Switchbar
ID klgpknafjlhnpkppfbihchgfebbdcomd
Officiële URL https://chromewebstore.google.com/detail/open-with-switchbar/klgpknafjlhnpkppfbihchgfebbdcomd
Beschrijving Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.
Bestandsgrootte 42.5 KB
Aantal Installaties 656
Huidige Versie 1.0
Laatst Bijgewerkt 2023-01-23
Publicatiedatum 2021-06-02
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://switchbar.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://switchbar.com/
Help Pagina-URL https://switchbar.com/help/
URL van de Privacybeleid Pagina https://about.webcatalog.io/privacy
Ondersteunde Talen 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"
    }
}