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.
什么是Open with Switchbar?
Open with Switchbar是由https://switchbar.com开发的Chrome扩展程序,该扩展的主要功能是“Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.”。
扩展截图
下载Open with Switchbar扩展crx文件
下载Open with Switchbar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Open with Switchbar |
ID | klgpknafjlhnpkppfbihchgfebbdcomd |
官方URL | https://chromewebstore.google.com/detail/open-with-switchbar/klgpknafjlhnpkppfbihchgfebbdcomd |
简介 | Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button. |
文件大小 | 42.5 KB |
安装次数 | 656 |
当前版本 | 1.0 |
更新时间 | 2023-01-23 |
上架时间 | 2021-06-02 |
评分 | 1.00/5 共1次评分 |
开发者 | https://switchbar.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://switchbar.com/ |
帮助页面URL | https://switchbar.com/help/ |
隐私政策页面URL | https://about.webcatalog.io/privacy |
支持的语言 | 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" } } |