Mindful Browsing

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

Apa itu Mindful Browsing?

Mindful Browsing adalah ekstensi Chrome yang dikembangkan oleh https://www.mindfulbrowsing.org, dan fitur utamanya adalah "Beautifully interrupts mindless browsing, and gets you back to your life.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Mindful Browsing

Unduh file ekstensi Mindful Browsing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Mindful Browsing Mindful Browsing
ID cciemibfcmeeiijeefebhojenhnpoibc
URL Resmi https://chromewebstore.google.com/detail/mindful-browsing/cciemibfcmeeiijeefebhojenhnpoibc
Deskripsi Beautifully interrupts mindless browsing, and gets you back to your life.
Ukuran File 435 KB
Jumlah Instalasi 12,155
Versi Saat Ini 1.2.6
Terakhir Diperbarui 2021-01-30
Tanggal Publikasi 2020-04-23
Penilaian 4.38/5 Total 48 Penilaian
Pengembang https://www.mindfulbrowsing.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://mindfulbrowsing.org
URL Halaman Kebijakan Privasi https://inkandfeet.com/privacy
Bahasa yang Didukung 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"
    }
}