Mindful Browsing

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

Mindful Browsing là gì?

Mindful Browsing là một tiện ích mở rộng Chrome được phát triển bởi https://www.mindfulbrowsing.org, và tính năng chính của nó là "Beautifully interrupts mindless browsing, and gets you back to your life.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        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.                    

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

Tên Mindful Browsing Mindful Browsing
ID cciemibfcmeeiijeefebhojenhnpoibc
URL Chính Thức https://chromewebstore.google.com/detail/mindful-browsing/cciemibfcmeeiijeefebhojenhnpoibc
Mô tả Beautifully interrupts mindless browsing, and gets you back to your life.
Kích Thước Tệp 435 KB
Số Lần Cài Đặt 12,155
Phiên Bản Hiện Tại 1.2.6
Cập Nhật Lần Cuối 2021-01-30
Ngày Phát Hành 2020-04-23
Đánh Giá 4.38/5 Tổng số 48 Đánh Giá
Nhà Phát Triển https://www.mindfulbrowsing.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mindfulbrowsing.org
URL Trang Chính Sách Bảo Mật https://inkandfeet.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}