Quick Tab Switcher
Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…
Quick Tab Switcher là gì?
Quick Tab Switcher là một tiện ích mở rộng Chrome được phát triển bởi me1hi0r, và tính năng chính của nó là "Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…".
Ả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 Tab Switcher
Tải xuống các tệp mở rộng Quick Tab Switcher 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
Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome web browser. Quick Tabs allows you to move quickly between recently used tabs without requiring the use of your mouse, locate and switch to tabs as you need them with minimal keystrokes even when you have large numbers of open tabs.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quick Tab Switcher |
ID | piinjokkgkfeaeaphgconmhgblfjklmc |
URL Chính Thức | https://chromewebstore.google.com/detail/quick-tab-switcher/piinjokkgkfeaeaphgconmhgblfjklmc |
Mô tả | Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome… |
Kích Thước Tệp | 20.6 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2015-08-27 |
Ngày Phát Hành | 2015-08-27 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | me1hi0r |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sl0ki/tab-switcher |
URL Trang Trợ Giúp | https://github.com/sl0ki/tab-switcher |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Tab Switcher", "description": "", "version": "0.0.4", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "commands": { "open_tabs_window": { "suggested_key": { "default": "Ctrl+I", "mac": "Command+I" }, "description": "Open Tab Switcher" } } } |