Mindful Browsing

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

Qu'est-ce que Mindful Browsing ?

Mindful Browsing est une extension Chrome développée par https://www.mindfulbrowsing.org, et sa fonction principale est "Beautifully interrupts mindless browsing, and gets you back to your life.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mindful Browsing

Téléchargez les fichiers d'extension Mindful Browsing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mindful Browsing Mindful Browsing
ID cciemibfcmeeiijeefebhojenhnpoibc
URL Officiel https://chromewebstore.google.com/detail/mindful-browsing/cciemibfcmeeiijeefebhojenhnpoibc
Description Beautifully interrupts mindless browsing, and gets you back to your life.
Taille du Fichier 435 KB
Nombre d'Installations 12,155
Version Actuelle 1.2.6
Dernière Mise à Jour 2021-01-30
Date de Publication 2020-04-23
Évaluation 4.38/5 Total 48 Évaluations
Développeur https://www.mindfulbrowsing.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mindfulbrowsing.org
URL de la Page de Politique de Confidentialité https://inkandfeet.com/privacy
Langues Prises en Charge 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"
    }
}