Moly Tab Menu
Switch tabs more efficiently.
Moly Tab Menu là gì?
Moly Tab Menu là một tiện ích mở rộng Chrome được phát triển bởi slaypni, và tính năng chính của nó là "Switch tabs more efficiently.".
Ả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 Moly Tab Menu
Tải xuống các tệp mở rộng Moly Tab Menu 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
Moly Tab Menu enables you to look up opening tabs and jump into one of them effortlessly. You can navigate between tabs using keyboard shortcuts and/or mouse scroll. It is quick to jump into a recently opened tab because tabs are arranged in the activated order by default. Other sort orders are also available for better navigation according to use cases. You can also type some characters to filter tabs by its name. It not only offers the opening tabs view but also recently closed tabs view and page history view. These views enable you to find and open whatever tabs/pages efficiently. All keyboard shortcuts are customizable in the options page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Moly Tab Menu |
ID | pniegmhajhkebcalmfalpjjhmgfipibc |
URL Chính Thức | https://chromewebstore.google.com/detail/moly-tab-menu/pniegmhajhkebcalmfalpjjhmgfipibc |
Mô tả | Switch tabs more efficiently. |
Kích Thước Tệp | 69.26 KB |
Số Lần Cài Đặt | 334 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2020-10-27 |
Ngày Phát Hành | 2020-03-08 |
Đánh Giá | 2.69/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | slaypni |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/slaypni/moly-tabmenu2 |
URL Trang Trợ Giúp | https://twitter.com/slaypni |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moly Tab Menu", "version": "1.1.2", "description": "Switch tabs more efficiently.", "icons": { "16": "icons\/16.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/content.js" ], "css": [ "styles\/content-light.css", "styles\/content-dark.css" ], "run_at": "document_start", "all_frames": false } ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "tabs", "storage", "sessions", "history", "chrome:\/\/favicon\/" ] } |