OneTab: Better Tab Management & Productivity

Save up to 95% Memory by reducing the CPU load and Reduce Tab Clutter.

OneTab: Better Tab Management & Productivity là gì?

OneTab: Better Tab Management & Productivity là một tiện ích mở rộng Chrome được phát triển bởi https://onetab.one, và tính năng chính của nó là "Save up to 95% Memory by reducing the CPU load and Reduce Tab Clutter.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OneTab: Better Tab Management & Productivity

Tải xuống các tệp mở rộng OneTab: Better Tab Management & Productivity 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

                        Too many tabs? Convert it to a list and reduce browser memory upto 95% of your RAM.

OneTab is indeed a helpful tool if you work with hundreds of open tags and on multiple windows. Nobody wants to get themselves into a muddle by switching between too many tags. Also, many times a random web search turns into long surfing where only unmindful things occur. Thus, people lose track of time and productivity, plus they lose the fact of what they were looking at on the web. Furthermore, many professionals' jobs need them to open an excessive number of labels and connections. Therefore, you can put in a little extra work to clear the clutter and be free with a single click. 

Features:

=> Easy Transfer - You may quickly export and import your tags as a list of URLs. Furthermore, you can convert them into a web page, making it accessible to share with others.

=> Complete Management - You can reorder tags and restore them while holding down the Ctrl or Cmd key, and they will stay in your OneTab list. 

=> Free To Use - It is a free service with no commercial intent. Furthermore, it was made for every professional in the world who works with numerous labels to ease their job. 

=> Dark mode - Dark theme available. Thus, you can switch to the dark setting as per your preference. 

=> Named Tab Groups - Click on "More" and then you get the option for a quick way to name a label group. This will bring up a box where you may give your label group a name.

=> Stared Tab Groups - Like bookmarking, you can star your tags by tapping on the “More..” and they will appear in the order you pointed them.

=> Locked Tab Groups - You can safeguard your list of labels from any accidental happening.     

=> Keyboard Shortcuts - You can use the following keyboard shortcut:
By navigating to chrome:/extensions/shortcuts, you can set up keyboard shortcuts for rapid access to extension capabilities like Alt + Shift + O – (Display OneTab).  

=> Options Screen - Click the 'Options' link. You can modify your pinned labels, choose which window to restore tags to, start preferences, and how duplicate tags are handled.

=> Drag And Drop Reordering - In your OneTab list, you can drag and drop tags to reorder them.

=> Cooldown - It will stash all the opened labels in a list to make things convenient for you. Furthermore, OneTab can help your computer run faster and cool down by lowering CPU stress.

=> Data Safety - You don't have to worry about closing OneTab, you will not lose anything. Even if you shut down your device and exit your web browser, it will be there always until you delete them.

Privacy Assurance:

We never save or use any of your personal information in any case as we take this matter very seriously. You can enjoy the extension hassle-free.

Version 1.0.3 : 
- Minor Bug fixes.

Version 1.0.2 : 
- Bug fixes and improvement.

Version 1.0.1 : 
- Bug fixes and improvement.

Version 1.0.0 : 
- New Release.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OneTab: Better Tab Management & Productivity OneTab: Better Tab Management & Productivity
ID imhocgonbciecdidlciaahjjleeglcip
URL Chính Thức https://chromewebstore.google.com/detail/onetab-better-tab-managem/imhocgonbciecdidlciaahjjleeglcip
Mô tả Save up to 95% Memory by reducing the CPU load and Reduce Tab Clutter.
Kích Thước Tệp 420 KB
Số Lần Cài Đặt 1,706
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-12-31
Ngày Phát Hành 2022-06-06
Đánh Giá 4.64/5 Tổng số 58 Đánh Giá
Nhà Phát Triển https://onetab.one
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.onetab.one/
URL Trang Trợ Giúp https://www.onetab.one/feedback
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.3",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_icon": "img\/128.png",
        "default_popup": "Dpage\/index.html"
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.onetab.one\/share\/*"
            ],
            "js": [
                "oneTabSite.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/contentScript.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}