NexTab
Open new tabs to the left or right of your active tab.
NexTab là gì?
NexTab là một tiện ích mở rộng Chrome được phát triển bởi https://nextab.co, và tính năng chính của nó là "Open new tabs to the left or right of your active 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 NexTab
Tải xuống các tệp mở rộng NexTab 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
Ever been frustrated that new tabs open at the end of all your current tabs. Then this is for you. NexTab simply extends the default browser functionality for opening new tabs by opening them next to your current tab, instead of at the end. NexTab comes with two predefined shortcuts out of the box. Or if you'd prefer to customise them, open the popup and follow the link to add your own.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NexTab |
ID | okknollmafgigeimghbepomindhjnabj |
URL Chính Thức | https://chromewebstore.google.com/detail/nextab/okknollmafgigeimghbepomindhjnabj |
Mô tả | Open new tabs to the left or right of your active tab. |
Kích Thước Tệp | 673 KB |
Số Lần Cài Đặt | 113 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2020-06-01 |
Ngày Phát Hành | 2020-06-01 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://nextab.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nextab.co |
URL Trang Trợ Giúp | https://nextab.co |
URL Trang Chính Sách Bảo Mật | https://nextab.co |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NexTab", "description": "Open new tabs to the left or right of your active tab.", "version": "0.0.3", "manifest_version": 2, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "NexTab", "default_popup": "popup\/popup.html" }, "background": { "page": "background.html" }, "commands": { "open-right": { "suggested_key": { "default": "Alt+T", "mac": "Alt+T", "windows": "Alt+T" }, "description": "Opens new tabs to the right of your current tab" }, "open-left": { "suggested_key": { "default": "Alt+Shift+T", "mac": "Alt+Shift+T", "windows": "Alt+Shift+T" }, "description": "Opens new tabs to the left of your current tab" } }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'" } |