Quick Switch
This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.
Quick Switch là gì?
Quick Switch là một tiện ích mở rộng Chrome được phát triển bởi mhenry1384, và tính năng chính của nó là "This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.".
Ả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 Quick Switch
Tải xuống các tệp mở rộng Quick Switch 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 is intended to be launched via a global keyboard shortcut. Then from any application on your computer, hit that shortcut and then another key to make a particular pinned tab active. To set the global hotkey, click the Keyboard shortcuts link in Chrome's Extensions screen. In the box next to "Popup Quick Switch" set the hotkey, then set the dropdown to "Global". If you are running Chrome under multiple user profiles, you will have to install the extension on each profile (and assign a different global hotkey for each). Permissions: Requires access to the current tab information, which Chrome reports as "read your browser history". It does not actually read your browser history.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pliiecepjdknmcninijkgcboekaomphi |
URL Chính Thức | https://chromewebstore.google.com/detail/quick-switch/pliiecepjdknmcninijkgcboekaomphi |
Mô tả | This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window. |
Kích Thước Tệp | 301 KB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-09-24 |
Ngày Phát Hành | 2014-09-24 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | mhenry1384 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "name": "Quick Switch", "description": "This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.", "version": "1.1", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html?modal=true" }, "permissions": [ "tabs" ], "commands": { "popup-quick-search": { "description": "Popup Quick Switch", "suggested_key": { "default": "Ctrl+1" } } } } |