Taboverflow

Tab-Overflow will help you in an efficient way to manage the browser tabs that you're using. An average user usually has to work…

Taboverflow là gì?

Taboverflow là một tiện ích mở rộng Chrome được phát triển bởi taboverflow05, và tính năng chính của nó là "Tab-Overflow will help you in an efficient way to manage the browser tabs that you're using. An average user usually has to work…".

Ả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 Taboverflow

Tải xuống các tệp mở rộng Taboverflow 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

                        Tab-Overflow will help you in an efficient way to manage the browser tabs that you're using. An average user usually has to work with multiple tabs in his/her browser! With the era of Work-From-Home emerging, the problem that you might face is management of these tabs. Here's where we come into the picture with an awesome set of features to make the tab-management a hassle free experience.

We have the following features in our extension to help you in the best possible way and we will keep adding more gradually!

1) Personalized Account: You can register your account with us for availing the benefits of our extension, the data we take from you is kept secured! Even your username and password are encrypted by our system.

2) Add Activities and Tasks: A bi-level hierarchy for saving the most important URL's for further reference as and when needed. The URL's that you save with us are encrypted so that the data that belongs to you truly is yours!

3) Encryption of the Data: Whatever the data which you store in our system will be encrypted. Your data is yours alone. Even your password is encrypted, so we admins/developers have no way of viewing it.

4) Get Tab-Updates in Real-Time: All the tabs which are opened by you in your browser are handled in a real-time manner thus giving you a seamless managing experience.

5) Share the hierarchy(Activity/Task) with other registered users: Often a need may arise to send a bunch of URL's to your colleague, we provide you with the power to do so in a single click as you manage the tabs. Using this will improve the collaboration between teams across the globe.

6) Sorting the tabs: Often we end up opening too many tabs in a random fashion, arranging them back becomes quite a hassle because of the sheer amount of them. Our Machine-learning techniques will help you in this by sorting the currently opened tabs based on the content inside them(we group it for you based on the relevance as well as alphabetically)

7) Intuitive User-Interface: Our team has designed an interface which makes the operations inside the extension as easy as possible with minimum mouse operations for you. We also have kept a Dark-Mode for better readability. 

8) Taboverflow does not depend on any external software (like Java, Flash or other plugins) so it runs on Chrome OS, Chromebooks, and Chromeboxes.


Contact us:
- [email protected]

Developed & Maintained by:
- Atharva Gole
- Amit Mahajan
- Akshay Kotak
- Harshal Dedhia
- Jaineel Shah                    

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

Tên Taboverflow Taboverflow
ID onkdoljpggmkcnhdfmpjjejhfangcgem
URL Chính Thức https://chromewebstore.google.com/detail/taboverflow/onkdoljpggmkcnhdfmpjjejhfangcgem
Mô tả Tab-Overflow will help you in an efficient way to manage the browser tabs that you're using. An average user usually has to work…
Kích Thước Tệp 11.81 MB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2020-08-17
Ngày Phát Hành 2020-07-24
Đánh Giá 4.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển taboverflow05
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://taboverflow.web.app/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Taboverflow",
    "version": "2.0.0",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background\/tab_data.js"
        ],
        "persistent": false
    },
    "options_page": "home.html",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.firebaseio.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/smtpjs.com https:\/\/ajax.googleapis.com https:\/\/www.gstatic.com\/ https:\/\/maxcdn.bootstrapcdn.com https:\/\/*.firebaseio.com https:\/\/cdn.firebase.com; object-src 'self'; connect-src 'self' wss:\/\/*.firebaseio.com https:\/\/smtpjs.com;"
}