MindMyTabs

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

MindMyTabs란 무엇입니까?

MindMyTabs은(는) fill.ly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple extension helping us control ourselves with opening too many tabs."입니다.

확장 프로그램 스크린샷

screenshot

MindMyTabs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 MindMyTabs MindMyTabs
ID dhglmaiokomnohbcapbjblmbdnblkbac
공식 URL https://chrome.google.com/webstore/detail/dhglmaiokomnohbcapbjblmbdnblkbac
설명 Simple extension helping us control ourselves with opening too many tabs.
파일 크기 51.73 KB
설치 횟수 28
현재 버전 0.1.3
최근 업데이트 2018-02-28
출시 날짜 2018-02-28
평점 5.00/5 총 2 개의 평점
개발자 fill.ly
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://fill.ly/privacy-policy
지원되는 언어 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": []
}