Mindful Browsing

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

Mindful Browsingคืออะไร?

Mindful Browsing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mindfulbrowsing.org และคุณลักษณะหลักของมันคือ "Beautifully interrupts mindless browsing, and gets you back to your life."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mindful Browsing

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}