chronos
Browser extension for visualizing web browsing activity
什麼是chronos?
chronos是由tohjustin開發的Chrome擴展程式,該擴展的主要功能是“Browser extension for visualizing web browsing activity”。
擴展截圖
下載chronos擴展crx文件
下載chronos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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.                     擴展基本資訊
| 名稱 |   |  
| ID | ihinclpfkgmmabjjmkldhegakmdhdcio | 
| 官方網址 | https://chromewebstore.google.com/detail/chronos/ihinclpfkgmmabjjmkldhegakmdhdcio | 
| 簡介 | Browser extension for visualizing web browsing activity | 
| 檔案大小 | 1.75 MB | 
| 安裝次數 | 38 | 
| 目前版本 | 1.1.1 | 
| 更新時間 | 2020-02-23 | 
| 上架時間 | 2020-02-22 | 
| 評分 | 5.00/5 共 1 次評分 | 
| 開發者 | tohjustin | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://try-chronos.now.sh | 
| 說明頁面URL | https://github.com/tohjustin/chronos#faq | 
| 支援的語言 | 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"
    ]
}  |  |