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.」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| ID | ofpimjnkffjdlkilpmhjmckchfpnfdfi | 
| 公式URL | 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 | 
| Eメール | [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'"
}  |  |