Mindful Browsing

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

Mindful Browsing là gì?

Mindful Browsing là một tiện ích mở rộng Chrome được phát triển bởi ajobi, và tính năng chính của nó là "Mindful Browsing saves your time and increases your productivity by interrupting your mindless browsing habits.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mindful Browsing

Tải xuống các tệp mở rộng Mindful Browsing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mindful Browsing Mindful Browsing
ID cobldifbambmimppcfdgifkiccmdmakf
URL Chính Thức https://chromewebstore.google.com/detail/mindful-browsing/cobldifbambmimppcfdgifkiccmdmakf
Mô tả Mindful Browsing saves your time and increases your productivity by interrupting your mindless browsing habits.
Kích Thước Tệp 2.44 MB
Số Lần Cài Đặt 260
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-08-26
Ngày Phát Hành 2020-04-20
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển ajobi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}