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.”。
扩展截图
下载MindMyTabs扩展crx文件
下载MindMyTabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | ![]() |
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": [] } |