MindMyTabs

Simple extension helping us control ourselves with opening too many tabs.

MindMyTabs là gì?

MindMyTabs là một tiện ích mở rộng Chrome được phát triển bởi fill.ly, và tính năng chính của nó là "Simple extension helping us control ourselves with opening too many tabs.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MindMyTabs

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

                        This is not another extension for tabs management created for browser performance reason. Purpose of this extension is to restrict ourselves with opening too many tabs which is very bad habit. If you have 15-30-more cards opened on daily basis, it's way too much. I know that some of you that reading this description may have something like > 100 tabs opened. You found the right place to get rid of this habit.

WARNING! Using this extension may be very iritating at the beginning, as breaking any bad habit is not easy. Here is my recommendation how to use this tool:
1. set initial values for "max amount of allowed tabs" in "options" of extension to some reasonable value (for instance one third of your current number of tabs)
2. click "Roll ups tabs". Now you will be left only with X tabs (where X is max amount of allowed tabs). All other tabs are saved in memore of the browsers. The extension will dose you those websites every hour or every other interval you've chosen. All of those urls will appear in one extra tab.
3. Try to use browser with your new limit & at the same time read your old websites, that are coming up in extra tab. If you are done with them and you feel like the limit is fine for you then repeat step 1.
4. Repeat until you are able to use 2-4 tabs.
5. Disable "Save tabs when closing browser" in your browser settings. Close browser everytime you go to bed, even if you hibernate your computer.

=======
Why it's very bad to use many tabs?

If you sometimes wondered why you cannot focus anymore when reading paper book and you simply don't understand what you've just read, then this is one of the reasons.

It's widely believed and also scientifically proved that navigation through web using "open in new card" can have very detrimental effects on one's brain and memory.

Of course there is nothing wrong in using feature of "cards" in browsers, the problem is when we exaggerate with this behavour. Then it's very hard to break this habit. Allowing ourselves to do it we are weakening our memory and we are getting bigger and bigger problems with focusing on different things. We no longer can read long block of text and what's even worse we have very little understanding of text we read.

For more information I recommend great book on this subject: 
The Shallows: What the Internet Is Doing to Our Brains 
by Nicholas Carr                    

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

Tên MindMyTabs MindMyTabs
ID dhglmaiokomnohbcapbjblmbdnblkbac
URL Chính Thức https://chrome.google.com/webstore/detail/dhglmaiokomnohbcapbjblmbdnblkbac
Mô tả Simple extension helping us control ourselves with opening too many tabs.
Kích Thước Tệp 51.73 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2018-02-28
Ngày Phát Hành 2018-02-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển fill.ly
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://fill.ly/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MindMyTabs",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "Simple extension helping us control ourselves with opening too many tabs.",
    "options_page": "options_page.html",
    "browser_action": {
        "default_title": "MindMyTabs Chrome Extension",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "common.js",
        "success-icon.png"
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "notifications"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "URI.js",
            "common.js",
            "options.js",
            "background.js"
        ],
        "persistent": true
    },
    "commands": []
}