Intention - Stop Mindless Browsing

Build the habit of focus.

Qu'est-ce que Intention - Stop Mindless Browsing ?

Intention - Stop Mindless Browsing est une extension Chrome développée par https://getintention.com, et sa fonction principale est "Build the habit of focus.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Intention - Stop Mindless Browsing

Téléchargez les fichiers d'extension Intention - Stop Mindless 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

                        🎯 Browse with intention
When you visit a distracting site, Intention will ask you to commit to a time limit in order to unlock the site.

⏰ Stay focused
If you unlock the site, Intention helps you focus by showing how much time you have left.

🙌🏽 Get your attention back
When your time runs out, Intention automatically ends your session and helps you reflect on how you'd like to be spending your time.

No more unconsciously checking endless feeds the moment you're bored. 
No more thinking "just 5 minutes" and wasting hours. 
No more mindless browsing.                    

Informations de Base sur l'Extension

Nom Intention - Stop Mindless Browsing Intention - Stop Mindless Browsing
ID dladanhaondcgpahgiflodhckhoeohoe
URL Officiel https://chromewebstore.google.com/detail/intention-stop-mindless-b/dladanhaondcgpahgiflodhckhoeohoe
Description Build the habit of focus.
Taille du Fichier 3.17 MB
Nombre d'Installations 8,786
Version Actuelle 1.4.3
Dernière Mise à Jour 2021-02-10
Date de Publication 2020-06-13
Évaluation 4.97/5 Total 802 Évaluations
Développeur https://getintention.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.getintention.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Build the habit of focus.",
    "version": "1.4.3",
    "name": "Intention - Stop Mindless Browsing",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "idle",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "",
        "topSites",
        "notifications"
    ],
    "manifest_version": 2,
    "incognito": "split",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon-16.png",
        "default_title": "Intention",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "assets\/icon.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/sentry.io; object-src 'self'"
}