TimeFlow

TimeFlow is a Chrome extension that tracks time you spend on every website.

什麼是TimeFlow?

TimeFlow是由Chiunhau開發的Chrome擴展程式,該擴展的主要功能是“TimeFlow is a Chrome extension that tracks time you spend on every website.”。

擴展截圖

screenshot

下載TimeFlow擴展crx文件

下載TimeFlow擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        TimeFlow is a Chrome extension that tracks time you spend on every website. It displays the result once you open a new browser tab. Have you ever wondered which website do you spend the most time on? Give it a try.                    

擴展基本資訊

名稱 TimeFlow TimeFlow
ID ofpimjnkffjdlkilpmhjmckchfpnfdfi
官方網址 https://chromewebstore.google.com/detail/timeflow/ofpimjnkffjdlkilpmhjmckchfpnfdfi
簡介 TimeFlow is a Chrome extension that tracks time you spend on every website.
檔案大小 63.18 KB
安裝次數 56
目前版本 0.1.0
更新時間 2015-08-14
上架時間 2015-08-14
評分 4.91/5 共 11 次評分
開發者 Chiunhau
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TimeFlow",
    "version": "0.1.0",
    "description": "TimeFlow is a Chrome extension that tracks time you spend on every website.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "permissions": [
        "idle",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}