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.
Was ist Open with Switchbar?
Open with Switchbar ist eine Chrome-Erweiterung, die von https://switchbar.com entwickelt wurde, und ihr Hauptmerkmal ist "Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.".
Erweiterungsscreenshots
Open with Switchbar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Open with Switchbar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Open with Switchbar |
ID | klgpknafjlhnpkppfbihchgfebbdcomd |
Offizielle URL | https://chromewebstore.google.com/detail/open-with-switchbar/klgpknafjlhnpkppfbihchgfebbdcomd |
Beschreibung | Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button. |
Dateigröße | 42.5 KB |
Installationsanzahl | 656 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-01-23 |
Veröffentlichungsdatum | 2021-06-02 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://switchbar.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://switchbar.com/ |
Hilfeseite URL | https://switchbar.com/help/ |
URL der Datenschutzrichtlinien-Seite | https://about.webcatalog.io/privacy |
Unterstützte Sprachen | 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" } } |