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.
¿Qué es Open with Switchbar?
Open with Switchbar es una extensión de Chrome desarrollada por https://switchbar.com, y su función principal es "Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Open with Switchbar
Descarga archivos de extensión Open with Switchbar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Open with Switchbar |
ID | klgpknafjlhnpkppfbihchgfebbdcomd |
URL Oficial | https://chromewebstore.google.com/detail/open-with-switchbar/klgpknafjlhnpkppfbihchgfebbdcomd |
Descripción | Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button. |
Tamaño del Archivo | 42.5 KB |
Cantidad de Instalaciones | 656 |
Versión Actual | 1.0 |
Última Actualización | 2023-01-23 |
Fecha de Publicación | 2021-06-02 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | https://switchbar.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://switchbar.com/ |
URL de la Página de Ayuda | https://switchbar.com/help/ |
URL de la Página de Política de Privacidad | https://about.webcatalog.io/privacy |
Idiomas Soportados | 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" } } |