Intention - Stop Mindless Browsing

Build the habit of focus.

Cos'è Intention - Stop Mindless Browsing?

Intention - Stop Mindless Browsing è un'estensione di Chrome sviluppata da https://getintention.com, e la sua funzione principale è "Build the habit of focus.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Intention - Stop Mindless Browsing

Scarica i file di estensione Intention - Stop Mindless Browsing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Intention - Stop Mindless Browsing Intention - Stop Mindless Browsing
ID dladanhaondcgpahgiflodhckhoeohoe
URL Ufficiale https://chromewebstore.google.com/detail/intention-stop-mindless-b/dladanhaondcgpahgiflodhckhoeohoe
Descrizione Build the habit of focus.
Dimensione del File 3.17 MB
Conteggio Installazioni 8,786
Versione Corrente 1.4.3
Ultimo Aggiornamento 2021-02-10
Data di Pubblicazione 2020-06-13
Valutazione 4.97/5 Totale 802 Valutazioni
Sviluppatore https://getintention.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.getintention.com
Lingue Supportate 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'"
}