Mindful Browsing

Mindful Browsing saves your time and increases your productivity by interrupting your mindless browsing habits.

什麼是Mindful Browsing?

Mindful Browsing是由ajobi開發的Chrome擴展程式,該擴展的主要功能是“Mindful Browsing saves your time and increases your productivity by interrupting your mindless browsing habits.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Mindful Browsing擴展crx文件

下載Mindful Browsing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Mindful Browsing is a productivity extension for Google Chrome that helps you stay focused on your task by targeting your mindless browsing habits. It offers a flexible policy that does not strictly forbid any content, but instead gives YOU the power over your browsing choices. You can still visit distracting websites after completing a small challenge, and if you really take the effort to do so, you are getting notified by the extension in a regular interval until all of the distracting content gets closed. Pleasant design, productivity quotes, or ability to specify your upcoming task are just a few of the convenience features you will have access to. Everything is for free and highly customizable.

---------------------------------------------------------
Release Notes
---------------------------------------------------------

1.0.1 - press 'TAB' to browse settings - hint removed
1.0.0 - initial release                    

擴展基本資訊

名稱 Mindful Browsing Mindful Browsing
ID cobldifbambmimppcfdgifkiccmdmakf
官方網址 https://chromewebstore.google.com/detail/mindful-browsing/cobldifbambmimppcfdgifkiccmdmakf
簡介 Mindful Browsing saves your time and increases your productivity by interrupting your mindless browsing habits.
檔案大小 2.44 MB
安裝次數 260
目前版本 1.0.1
更新時間 2020-08-26
上架時間 2020-04-20
評分 4.75/5 共 4 次評分
開發者 ajobi
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mindful Browsing",
    "version": "1.0.1",
    "description": "Mindful Browsing saves your time and increases your productivity by interrupting your mindless browsing habits.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "modules\/utils\/logger.js",
            "modules\/utils\/notifications.js",
            "modules\/utils\/strings.js",
            "modules\/utils\/time.js",
            "modules\/utils\/url.js",
            "modules\/utils\/validators.js",
            "modules\/installation.js",
            "modules\/settings.js",
            "modules\/monitoring.js",
            "modules\/enforcing.js",
            "modules\/store.js",
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "layout\/newtab\/newtab.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "icons": {
        "128": "\/assets\/logo\/logo-128.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/logo\/logo-128.png"
    }
}