Intention - Stop Mindless Browsing

Build the habit of focus.

O que é Intention - Stop Mindless Browsing?

Intention - Stop Mindless Browsing é uma extensão do Chrome desenvolvida por https://getintention.com, e sua principal característica é "Build the habit of focus.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Intention - Stop Mindless Browsing

Baixe arquivos de extensão Intention - Stop Mindless Browsing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Intention - Stop Mindless Browsing Intention - Stop Mindless Browsing
ID dladanhaondcgpahgiflodhckhoeohoe
URL Oficial https://chromewebstore.google.com/detail/intention-stop-mindless-b/dladanhaondcgpahgiflodhckhoeohoe
Descrição Build the habit of focus.
Tamanho do Arquivo 3.17 MB
Contagem de Instalações 8,786
Versão Atual 1.4.3
Última Atualização 2021-02-10
Data de Publicação 2020-06-13
Classificação 4.97/5 Total de 802 Avaliações
Desenvolvedor https://getintention.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.getintention.com
Idiomas Suportados 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'"
}