TabSwitcher
Switch between the tabs with ease
TabSwitcher là gì?
TabSwitcher là một tiện ích mở rộng Chrome được phát triển bởi kamranahmed.se, và tính năng chính của nó là "Switch between the tabs with ease".
Ả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 TabSwitcher
Tải xuống các tệp mở rộng TabSwitcher 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
While you are working on something, number of opened tabs can quickly grow out of hand and when that happens trying to find the relevant tab can easily waste a few seconds of your time; and without any doubt every second that harms your productivity counts. TabSwitcher tries to fix this by letting you ## How to Use After installing, press `CTRL+SHIFT+K` or `CMD+SHIFT+K` to show the tab switcher You can press enter or use mouse key to navigate to tab Also you can press semicolon i.e. `;` key on any tab to close that tab ## Features - Apply fuzzy filter over the opened tabs - Swiftly switch between the tabs - Close any irrelevant tabs during the filter - Leave your mouse alone; extension has shortcut for activation, switching tabs, closing them etc ## Roadmap [x] Activation by shortcut [x] Fuzzy search for tabs [x] Closing tabs [x] Switching tab [] Pin/Unpin selected tab using shortcut [] Save current session/selective tabs with name e.g. type `>save Session Name` to save current session and then `>sessions` to list all the sessions and restore any sessions [] Options page, themes and modify shortcuts [] Tweet any tab using shortcut [] Use ES6 with babel
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TabSwitcher |
ID | dnnmaaanhggngdohooaogfcnokngjcbc |
URL Chính Thức | https://chromewebstore.google.com/detail/tabswitcher/dnnmaaanhggngdohooaogfcnokngjcbc |
Mô tả | Switch between the tabs with ease |
Kích Thước Tệp | 99.18 KB |
Số Lần Cài Đặt | 321 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2016-09-25 |
Ngày Phát Hành | 2016-09-24 |
Đánh Giá | 4.20/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | kamranahmed.se |
[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", "name": "TabSwitcher", "short_name": "TabSwitcher", "version": "1.0.1", "manifest_version": 2, "author": "Kamran Ahmed", "description": "Switch between the tabs with ease", "homepage_url": "https:\/\/github.com\/kamranahmedse\/tab-switcher", "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", " |