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 |
电子邮箱 | [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" ] } |