Trackr
Track the time you spend on various websites with beautiful graphs on the new tab page!
Trackrとは何ですか?
TrackrはSrikar Gudipatiによって開発されたChromeの拡張機能で、その主な機能は「Track the time you spend on various websites with beautiful graphs on the new tab page!」です。
拡張機能のスクリーンショット
Trackr拡張機能のCRXファイルをダウンロード
Trackr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a Chrome extension that lets you track the time you spend on various websites with beautiful graphs on the new tab page!
拡張機能の基本情報
名前 | |
ID | pccehhnicffhgffhdfgainipddlopmie |
公式URL | https://chrome.google.com/webstore/detail/trackr/pccehhnicffhgffhdfgainipddlopmie |
説明 | Track the time you spend on various websites with beautiful graphs on the new tab page! |
ファイルサイズ | 205 KB |
インストール数 | 5,000 |
現在のバージョン | 1.2 |
最終更新日 | 2015-02-23 |
公開日 | 2015-02-23 |
評価 | 3.74/5 合計 43 レビュー |
開発者 | Srikar Gudipati |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trackr", "version": "1.2", "manifest_version": 2, "description": "Track the time you spend on various websites with beautiful graphs on the new tab page!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": false }, "background": { "scripts": [ "js\/jquery\/jquery.min.js", "src\/bg\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "content_scripts": [ { "js": [ "js\/jquery\/jquery.min.js", "src\/contentscript\/contentscript.js" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "history", "tabs", "*:\/\/*\/*", "storage", "unlimitedStorage" ] } |