SPACE - Browser Time Management

Browser Time Management

SPACE - Browser Time Management là gì?

SPACE - Browser Time Management là một tiện ích mở rộng Chrome được phát triển bởi http://www.space-app.com, và tính năng chính của nó là "Browser Time Management".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SPACE - Browser Time Management

Tải xuống các tệp mở rộng SPACE - Browser Time Management 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

                        SPACE - Browser Usage Tracker for Chrome, will help you to understand how you are spending your time on the web.

Use SPACE to track browser usage, web stats and to stay focused. Measure:
- Time spent browsing Chrome by hour of day
- Top websites used and your time spent
- View usage over a daily, weekly or 60 day period (pro)

How much time are you really spending on email?  On Facebook?  On news sites?  How much of your day are you spending browsing? Is this healthy? Is this the right digital balance for you?

This simple, easy to use extension will provide you with a summary of your web usage, so that you can take control of your internet habits.

SPACE for Chrome can be used alongside SPACE on iOS and Android to help you develop a complete view of your technology habits.  Our mission - to help millions of people to find their tech/life balance.

Find our more at www.findyourphonelifebalance.com.

By using this product, you agree to our terms and conditions (https://findyourphonelifebalance.com/terms-of-service/).                    

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

Tên SPACE - Browser Time Management SPACE - Browser Time Management
ID daiodfacdakojijjbonhgniidgmgaigf
URL Chính Thức https://chrome.google.com/webstore/detail/space-browser-time-manage/daiodfacdakojijjbonhgniidgmgaigf
Mô tả Browser Time Management
Kích Thước Tệp 1.16 MB
Số Lần Cài Đặt 408
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2018-11-29
Ngày Phát Hành 2018-11-29
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.space-app.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.space-app.com
Ngôn Ngữ Được Hỗ Trợ en,en-GB,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "version": "3.1",
    "default_locale": "en",
    "background": {
        "scripts": [
            "\/js\/jquery-3.2.1.min.js",
            "\/js\/googlechart.js",
            "\/js\/buy.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/charts\/loader.js; object-src 'self'",
    "browser_action": {
        "default_icon": "\/image\/icon.png",
        "default_popup": "\/popup.html",
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "*:\/\/*\/*",
        "history",
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "identity",
        "identity.email"
    ]
}