chronos

Browser extension for visualizing web browsing activity

What is chronos?

chronos is a Chrome extension developed by tohjustin, and its main feature is "Browser extension for visualizing web browsing activity".

Extension Screenshots

screenshot

Download chronos Extension CRX File

Download chronos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name chronos chronos
ID ihinclpfkgmmabjjmkldhegakmdhdcio
Official URL https://chromewebstore.google.com/detail/chronos/ihinclpfkgmmabjjmkldhegakmdhdcio
Description Browser extension for visualizing web browsing activity
File Size 1.75 MB
Installation Count 38
Current Version 1.1.1
Last Updated 2020-02-23
Publish Date 2020-02-22
Rating 5.00/5 Total 1 Ratings
Developer tohjustin
Email [email protected]
Payment Type free
Extension Website https://try-chronos.now.sh
Help Page URL https://github.com/tohjustin/chronos#faq
Supported Languages 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"
    ]
}