Intention - Stop Mindless Browsing

Build the habit of focus.

Co je Intention - Stop Mindless Browsing?

Intention - Stop Mindless Browsing je rozšíření Chrome vyvinuté https://getintention.com, a jeho hlavní funkcí je „Build the habit of focus.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Intention - Stop Mindless Browsing

Stáhněte si soubory rozšíření Intention - Stop Mindless Browsing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        🎯 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.                    

Základní Informace o Rozšíření

Název Intention - Stop Mindless Browsing Intention - Stop Mindless Browsing
ID dladanhaondcgpahgiflodhckhoeohoe
Oficiální URL https://chromewebstore.google.com/detail/intention-stop-mindless-b/dladanhaondcgpahgiflodhckhoeohoe
Popis Build the habit of focus.
Velikost souboru 3.17 MB
Počet instalací 8,786
Aktuální Verze 1.4.3
Poslední Aktualizace 2021-02-10
Datum Vydání 2020-06-13
Hodnocení 4.97/5 Celkem 802 Hodnocení
Vývojář https://getintention.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.getintention.com
Podporované Jazyky 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'"
}