OneTab
Save up to 95% memory and reduce tab clutter
OneTab là gì?
OneTab là một tiện ích mở rộng Chrome được phát triển bởi https://one-tab.com, và tính năng chính của nó là "Save up to 95% memory and reduce tab clutter".
Ả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 OneTab
Tải xuống các tệp mở rộng OneTab 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
Whenever you find yourself with too many tabs, click the OneTab icon to convert all of your tabs into a list. When you need to access the tabs again, you can either restore them individually or all at once. When your tabs are in the OneTab list, you will save up to 95% of memory because you will have reduced the number of tabs open in Google Chrome. Privacy assurance Information about your tabs are never transmitted or disclosed to the OneTab developers. The only exception to this is if you intentionally click on our 'share as a web page' feature that allows you to upload your list of tabs into a web page in order to share them with others. Tabs are never shared unless you specifically use the 'share as a web page' button. Additional Benefits Depending on how many scripts are running inside your tabs, moving them to OneTab can also speed up your computer by reducing the CPU load. We have also had reports that this also contributes to your computer resuming from sleep more quickly.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OneTab |
ID | chphlpgkkbolifaimnlloiipkdnihall |
URL Chính Thức | https://chromewebstore.google.com/detail/onetab/chphlpgkkbolifaimnlloiipkdnihall |
Mô tả | Save up to 95% memory and reduce tab clutter |
Kích Thước Tệp | 1.24 MB |
Số Lần Cài Đặt | 2,691,630 |
Phiên Bản Hiện Tại | 1.84 |
Cập Nhật Lần Cuối | 2023-10-09 |
Ngày Phát Hành | 2020-05-03 |
Đánh Giá | 4.50/5 Tổng số 13723 Đánh Giá |
Nhà Phát Triển | https://one-tab.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.one-tab.com |
URL Trang Trợ Giúp | http://www.one-tab.com/help |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,fr,nl,no,vi,tr,da,es,es-419,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,ru,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OneTab", "description": "__MSG_manifestDescription__", "version": "1.84", "default_locale": "en", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDs2r\/nSa4MRBoDT1pBx+Q9gI0JaTBaIrsD4uKT9oA4HUF2xboeOA1BDw3lmoJ4G8BL0tAbJTcEnxlkTsCY7C413MojaeDZy4pza3RJqkMAKiJisl8t8eiP+c0ox3l1syb1xmI7EEIouXIxlCX8LGoguB0AuWtunGLCjiLoM2vJLQIDAQAB", "commands": { "display-onetab": { "suggested_key": { "default": "Alt+Shift+1" }, "description": "__MSG_displayOneTab__" }, "send-current-tab-to-onetab": { "description": "__MSG_sendCurrentTabToOneTab__" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "128": "images\/extension-icon128.png", "64": "images\/extension-icon64.png", "48": "images\/extension-icon48.png", "32": "images\/extension-icon32.png", "16": "images\/extension-icon16.png" }, "optional_permissions": [ "tabGroups" ], "permissions": [ "favicon", "unlimitedStorage", "storage", "activeTab", "scripting", "tabs", "contextMenus" ], "action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "background": { "service_worker": "ext-onetab-concatenated-sources-background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data: https:\/\/t2.gstatic.com;" } } |