Timely
See how much time you're spending on Facebook in real-time
Timelyとは何ですか?
Timelyはhttp://timely-chrome-extension.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「See how much time you're spending on Facebook in real-time」です。
拡張機能のスクリーンショット
Timely拡張機能のCRXファイルをダウンロード
Timely拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will display two stopwatches every time you open Facebook on the browser; one stopwatch will display how much time you have been spending since you opened Facebook in a tab (session time) and the other one will display the total spent time per day. Both stopwatches will change color according to the time spent. The left stopwatch will turn red when the total time is more than 60 minutes and the right stopwatch when the session time is more than 15 minutes.
拡張機能の基本情報
名前 | |
ID | bfmbkfjklpkaogjlmcengklnloplijal |
公式URL | https://chrome.google.com/webstore/detail/timely/bfmbkfjklpkaogjlmcengklnloplijal |
説明 | See how much time you're spending on Facebook in real-time |
ファイルサイズ | 33.11 KB |
インストール数 | 98 |
現在のバージョン | 1.0.2 |
最終更新日 | 2018-07-15 |
公開日 | 2018-07-15 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://timely-chrome-extension.blogspot.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "author": "Marco Ch\u00e1vez", "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "identity", "storage" ], "content_scripts": [ { "css": [ "styles\/content.css" ], "js": [ "scripts\/analytics.tracker.js", "scripts\/content.js" ], "matches": [ "https:\/\/facebook.com\/*", "https:\/\/www.facebook.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "fonts\/orbitron-bold.otf" ] } |