Chrono

Tracks which websites you spend time on the most.

Chrono là gì?

Chrono là một tiện ích mở rộng Chrome được phát triển bởi https://www.clinchpad.com, và tính năng chính của nó là "Tracks which websites you spend time on the most.".

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

screenshot

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

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

                        Chrono tracks which websites you visit and displays the top visited websites of the day as well as a chart showing the percentage of time you spent in each category of websites. 

You can change the categories of the websites by just clicking on the category label next to the website.

These stats, along with some beautiful photographs, are displayed every time you open a new tab. This result in increased productivity as you become aware of how much time you spend on unproductive websites. 

Chrono respects your privacy and hence does not send ANY browsing data to ANY servers. All the data is stored on the computer where you installed the extension and isn't accessible to us or any third party.                    

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

Tên Chrono Chrono
ID cdipjnbignkeledopgpgdlgbolhgkben
URL Chính Thức https://chromewebstore.google.com/detail/chrono/cdipjnbignkeledopgpgdlgbolhgkben
Mô tả Tracks which websites you spend time on the most.
Kích Thước Tệp 16.4 MB
Số Lần Cài Đặt 2,488
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2014-05-05
Ngày Phát Hành 2014-05-05
Đánh Giá 4.57/5 Tổng số 28 Đánh Giá
Nhà Phát Triển https://www.clinchpad.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrono",
    "short_name": "Chrono",
    "description": "Tracks which websites you spend time on the most.",
    "version": "1.0.3",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "libs\/purl.js",
            "libs\/moment.js",
            "js\/categories.js",
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}