Chrono
Tracks which websites you spend time on the most.
Chronoとは何ですか?
Chronoはhttps://www.clinchpad.comによって開発されたChromeの拡張機能で、その主な機能は「Tracks which websites you spend time on the most.」です。
拡張機能のスクリーンショット
Chrono拡張機能のCRXファイルをダウンロード
Chrono拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrono tracks which websites you visit and displays the top visited websites of the day as well as a chart showing the percentage of time you spent in each category of websites. You can change the categories of the websites by just clicking on the category label next to the website. These stats, along with some beautiful photographs, are displayed every time you open a new tab. This result in increased productivity as you become aware of how much time you spend on unproductive websites. Chrono respects your privacy and hence does not send ANY browsing data to ANY servers. All the data is stored on the computer where you installed the extension and isn't accessible to us or any third party.
拡張機能の基本情報
名前 | Chrono |
ID | cdipjnbignkeledopgpgdlgbolhgkben |
公式URL | https://chromewebstore.google.com/detail/chrono/cdipjnbignkeledopgpgdlgbolhgkben |
説明 | Tracks which websites you spend time on the most. |
ファイルサイズ | 16.4 MB |
インストール数 | 2,488 |
現在のバージョン | 1.0.3 |
最終更新日 | 2014-05-05 |
公開日 | 2014-05-05 |
評価 | 4.57/5 合計 28 レビュー |
開発者 | https://www.clinchpad.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrono", "short_name": "Chrono", "description": "Tracks which websites you spend time on the most.", "version": "1.0.3", "icons": { "128": "icon.png" }, "background": { "scripts": [ "libs\/purl.js", "libs\/moment.js", "js\/categories.js", "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "tabs", "storage", "alarms" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |