chronos

Browser extension for visualizing web browsing activity

chronos là gì?

chronos là một tiện ích mở rộng Chrome được phát triển bởi tohjustin, và tính năng chính của nó là "Browser extension for visualizing web browsing activity".

Ả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 chronos

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

                        Chronos is a browser extension for visualizing web browsing activity. View demo at https://try-chronos.now.sh

# FAQ

## Do you collect any data?

__Not at all!__ All recorded web browsing activity is stored locally on your device. The application is not connected to any external services & no data will be transmitted out of your device.

## How can I export my data?

Users have the ability to export all recorded data or import data (backed-up from a different browser or machine) via the application's settings page.                    

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

Tên chronos chronos
ID ihinclpfkgmmabjjmkldhegakmdhdcio
URL Chính Thức https://chromewebstore.google.com/detail/chronos/ihinclpfkgmmabjjmkldhegakmdhdcio
Mô tả Browser extension for visualizing web browsing activity
Kích Thước Tệp 1.75 MB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-02-23
Ngày Phát Hành 2020-02-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển tohjustin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://try-chronos.now.sh
URL Trang Trợ Giúp https://github.com/tohjustin/chronos#faq
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "chronos",
    "short_name": "chronos",
    "description": "Browser extension for visualizing web browsing activity",
    "version": "1.1.1",
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "96": "logo96.png",
        "128": "logo128.png"
    },
    "background": {
        "page": "index.html"
    },
    "browser_action": {
        "default_icon": "logo96.png",
        "default_title": "View web browsing activity"
    },
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "permissions": [
        "idle",
        "tabs"
    ]
}