Mindful Browsing

Beautifully interrupts mindless browsing, and gets you back to your life.

什么是Mindful Browsing?

Mindful Browsing是由https://www.mindfulbrowsing.org开发的Chrome扩展程序,该扩展的主要功能是“Beautifully interrupts mindless browsing, and gets you back to your life.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Mindful Browsing扩展crx文件

下载Mindful Browsing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Entirely in your control.
You specify which sites you'd like to be mindful about your time on, and provide a list of things you'd generally rather do instead.

Mindful Browsing doesn't block you from visiting sites - it simply asks if you'd like to visit, and if so, reminds you 10 minutes later.


Beautiful.
Mindful Browsing features stunning photographs from some of the world's best landscape photographers.  If you're a photographer and are interested in having your work featured, email [email protected].


Free. Open. Safe.
Mindful Browsing was built by me, Steven Skoczen, to help with my own mindless browsing.  Friends liked it, so I made it available for free on the chrome store.

Mindful Browsing doesn't track any of your activity, and the code is open-source so that you (or a geeky friend) can verify nothing sneaky is going on.

I hope you Mindful Browsing makes your life a bit better.  If you have ideas, I'd love to hear from you.



Note: If you're looking for a way to block sites entirely, there are a host of other extensions out there.  Do a search for stay focused, or block site, or study blocker.  A lot of people have built ways to completely block sites for a period of time.  Mindful Browsing isn't one of them - we believe that it's better to learn to be mindful about browsing than relying on a computer to enforce it.  Think of it this way: if you hurt your leg, in the long run, would you rather do rehab and build your muscles, or use crutches for the rest of your life? :)


----------------------------------------------------

Version 1.2.6
- Updates to Chrome Extension V3 permissions.  This means the extension no longer needs the tabs or webNavigation permissions.  Hooray for fewer permissions!

Version 1.2.4
- Adds new images.

Version 1.2.2:
- Updates all images to SSL, so no warning appears on secured sites.

Version 1.2.1:
- Fixed a bug that was causing images not to load.

Version 1.2:
- Lots of new images, now changing daily
- Hides the confirmation for small popups (like Facebook and Twitter's "Authorize this app" screens.)
- Saves the daily image locally, for much faster and prettier responses.
- A few odds and ends, like better fonts support, some tweaked spacing, and other beauties.

Version 1.1:
- Fixes a couple bugs, including close button and empty lists. 
- Makes edit popup easier to read.
- Even better credit of the incredible photographers we feature.

Version 1.0:
 - Initial release.                    

扩展基本信息

名称 Mindful Browsing Mindful Browsing
ID cciemibfcmeeiijeefebhojenhnpoibc
官方URL https://chromewebstore.google.com/detail/mindful-browsing/cciemibfcmeeiijeefebhojenhnpoibc
简介 Beautifully interrupts mindless browsing, and gets you back to your life.
文件大小 435 KB
安装次数 12,155
当前版本 1.2.6
更新时间 2021-01-30
上架时间 2020-04-23
评分 4.38/5 共48次评分
开发者 https://www.mindfulbrowsing.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mindfulbrowsing.org
隐私政策页面URL https://inkandfeet.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mindful Browsing",
    "short_name": "Beautifully interrupts mindless browsing, and gets you back to your life.",
    "description": "Beautifully interrupts mindless browsing, and gets you back to your life.",
    "version": "1.2.6",
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/www.mindfulbrowsing.org\/*",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css",
                "fonts\/lato.css"
            ],
            "js": [
                "js\/mindful.js",
                "js\/photoInfo.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.jpg",
        "css\/style.css",
        "fonts\/lato.css",
        "js\/mindful.js",
        "js\/ractive.min.js",
        "fonts\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    }
}