Intention - Stop Mindless Browsing

Build the habit of focus.

Intention - Stop Mindless Browsingとは何ですか?

Intention - Stop Mindless Browsingはhttps://getintention.comによって開発されたChromeの拡張機能で、その主な機能は「Build the habit of focus.」です。

拡張機能のスクリーンショット

screenshot

Intention - Stop Mindless Browsing拡張機能のCRXファイルをダウンロード

Intention - Stop Mindless Browsing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Intention - Stop Mindless Browsing Intention - Stop Mindless Browsing
ID dladanhaondcgpahgiflodhckhoeohoe
公式URL https://chromewebstore.google.com/detail/intention-stop-mindless-b/dladanhaondcgpahgiflodhckhoeohoe
説明 Build the habit of focus.
ファイルサイズ 3.17 MB
インストール数 8,786
現在のバージョン 1.4.3
最終更新日 2021-02-10
公開日 2020-06-13
評価 4.97/5 合計 802 レビュー
開発者 https://getintention.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.getintention.com
対応言語 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'"
}