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 là gì?
Open with Switchbar là một tiện ích mở rộng Chrome được phát triển bởi https://switchbar.com, và tính năng chính của nó là "Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Open with Switchbar
Tải xuống các tệp mở rộng Open with Switchbar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Open with Switchbar |
ID | klgpknafjlhnpkppfbihchgfebbdcomd |
URL Chính Thức | https://chromewebstore.google.com/detail/open-with-switchbar/klgpknafjlhnpkppfbihchgfebbdcomd |
Mô tả | Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button. |
Kích Thước Tệp | 42.5 KB |
Số Lần Cài Đặt | 656 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-01-23 |
Ngày Phát Hành | 2021-06-02 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://switchbar.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://switchbar.com/ |
URL Trang Trợ Giúp | https://switchbar.com/help/ |
URL Trang Chính Sách Bảo Mật | https://about.webcatalog.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |