time tracker for reddit
This extension tracks how much time you have wasted on reddit.
time tracker for redditとは何ですか?
time tracker for redditはTim Coyによって開発されたChromeの拡張機能で、その主な機能は「This extension tracks how much time you have wasted on reddit.」です。
拡張機能のスクリーンショット
time tracker for reddit拡張機能のCRXファイルをダウンロード
time tracker for reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Note: This is a third-party extension that is not made or maintained by reddit inc. User Data Disclaimer: This extension collects information about how long you are on reddit. This data is collected locally and stored using chrome.storage in order to sync data across all of your devices. This data is not shared with the developer, third-parties, or any other individuals.
拡張機能の基本情報
名前 | time tracker for reddit |
ID | pdgbpkedemplniikdfmfaedehbonfhmb |
公式URL | https://chromewebstore.google.com/detail/time-tracker-for-reddit/pdgbpkedemplniikdfmfaedehbonfhmb |
説明 | This extension tracks how much time you have wasted on reddit. |
ファイルサイズ | 20.54 KB |
インストール数 | 31 |
現在のバージョン | 1.1 |
最終更新日 | 2016-04-17 |
公開日 | 2016-04-17 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | Tim Coy |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "time tracker for reddit", "description": "This extension tracks how much time you have wasted on reddit.", "version": "1.1", "permissions": [ "alarms", "storage", "tabs" ], "background": { "scripts": [ "background.js", "functions.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |