Next Tab
Press a button to go to the next tab.
Next Tab là gì?
Next Tab là một tiện ích mở rộng Chrome được phát triển bởi https://www.sicutunum.com, và tính năng chính của nó là "Press a button to go to the next tab.".
Ả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 Next Tab
Tải xuống các tệp mở rộng Next Tab 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
Add a simple button to cycle through open browser tabs without the use of hotkeys. Next Tab also has an awesome productivity feature called "tab timer" that can help you manage time spent browsing websites. You can use it to forcefully move on to the next open tab and even close tabs after the timer runs out. These and more features can be activated in the options menu by right clicking the extension button and selecting the "Options" menu after installing. 𝗔𝗗𝗗𝗜𝗧𝗜𝗢𝗡𝗔𝗟 𝗙𝗘𝗔𝗧𝗨𝗥𝗘𝗦 • Cycle through browser tabs by pressing a button (without hotkeys). • Use the tab timer to control how much time you spend on websites. • Display a countdown timer right in your browser at the press of a button. • Lots of customization, disable icon animation, hide timer and more. • Use "Auto advance next tab" to automatically advance tab when timer is up. • Convert your web browser into a customizable slide show.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Next Tab |
ID | dcllegmdokiceklcgfgeabebieaedhmh |
URL Chính Thức | https://chromewebstore.google.com/detail/next-tab/dcllegmdokiceklcgfgeabebieaedhmh |
Mô tả | Press a button to go to the next tab. |
Kích Thước Tệp | 630 KB |
Số Lần Cài Đặt | 713 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2023-10-18 |
Ngày Phát Hành | 2019-10-03 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://www.sicutunum.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.sicutunum.com/extensions/next-tab |
URL Trang Trợ Giúp | https://www.sicutunum.com/extensions/next-tab |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Next Tab", "version": "1.7", "author": "https:\/\/sicutunum.com", "homepage_url": "https:\/\/sicutunum.com\/productivity\/extensions\/next-tab", "description": "Press a button to go to the next tab.", "offline_enabled": true, "permissions": [ "tabs", "storage", "activeTab", "scripting" ], "action": { "default_title": "Next Tab (right click for options)", "default_icon": "images\/icon.png" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |