All Projects → EchoUtopia → webTimer

EchoUtopia / webTimer

Licence: other
一款时间管理小工具的chrome插件

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to webTimer

PyCMS-Tornado
基于python开发的一套内容管理系统
Stars: ✭ 71 (+294.44%)
Mutual labels:  tornado
nats.py2
A Tornado based Python 2 client for NATS
Stars: ✭ 62 (+244.44%)
Mutual labels:  tornado
MAVCesium
An experimental web based map display for MAVProxy based on Cesium
Stars: ✭ 28 (+55.56%)
Mutual labels:  tornado
py-healthcheck
Write simple healthcheck functions for your Flask or Tornado apps.
Stars: ✭ 92 (+411.11%)
Mutual labels:  tornado
django-hurricane
Hurricane is an initiative to fit Django perfectly with Kubernetes.
Stars: ✭ 53 (+194.44%)
Mutual labels:  tornado
fast-poster
🔥🔥🔥 fastposter海报生成器,电商海报编辑器,电商海报设计器,fast快速生成海报 自定义海报制作 海报开发。二维码海报,图片海报,分享海报,二维码推广海报,支持Java Python PHP Go JS 小程序。基于Vue 和Pillow 演示地址:https://poster.prodapi.cn/
Stars: ✭ 329 (+1727.78%)
Mutual labels:  tornado
cleanapi
Pretty tornado wrapper for making lightweight REST API services
Stars: ✭ 26 (+44.44%)
Mutual labels:  tornado
fastweb
fastweb is a web-server integration solution. It based on tornado, celery, thrift.
Stars: ✭ 17 (-5.56%)
Mutual labels:  tornado
tornado-aws
A low-level Amazon Web Services API client for Tornado
Stars: ✭ 12 (-33.33%)
Mutual labels:  tornado
OpenScraper
An open source webapp for scraping: towards a public service for webscraping
Stars: ✭ 80 (+344.44%)
Mutual labels:  tornado
fixed-wing-sim
Matlab implementation to simulate the non-linear dynamics of a fixed-wing unmanned areal glider. Includes tools to calculate aerodynamic coefficients using a vortex lattice method implementation, and to extract longitudinal and lateral linear systems around the trimmed gliding state.
Stars: ✭ 72 (+300%)
Mutual labels:  tornado
apispec-webframeworks
Web framework plugins for apispec (formally in apispec.ext).
Stars: ✭ 25 (+38.89%)
Mutual labels:  tornado
github-trending
GitHub trending API powered by Python Tornado.
Stars: ✭ 36 (+100%)
Mutual labels:  tornado
th2c
Tornado HTTP/2 Client
Stars: ✭ 79 (+338.89%)
Mutual labels:  tornado
facescore
人脸打分服务,通过tensorflow通过人脸识别,测年龄,最终返回打分的json
Stars: ✭ 31 (+72.22%)
Mutual labels:  tornado
tornado-websocket-chat
A chat application build on top of tornado python web framework and websocket.
Stars: ✭ 19 (+5.56%)
Mutual labels:  tornado
gohook
【Souvenir】Python 使用 Tornado 框架实现 WebHook 自动部署 Git 项目。
Stars: ✭ 52 (+188.89%)
Mutual labels:  tornado
memoize
Caching library for asynchronous Python applications.
Stars: ✭ 53 (+194.44%)
Mutual labels:  tornado
Fukei
A socks proxy based Tornado
Stars: ✭ 82 (+355.56%)
Mutual labels:  tornado
factory
Docker microservice & Crawler by scrapy
Stars: ✭ 56 (+211.11%)
Mutual labels:  tornado

webTimer

使用方法:

打开chrome的插件页面:chrome://extensions/

或者通过点击更多右上角菜单,进入工具->扩展程序,进入这个页面,

然后将chrome_extension.crx拖到这个页面即可使用。

四年后发现这个方法已经不可行了,需要其他办法:

将项目拉取到本地

点击右上角打开开发者模式,然后点击左上角 `Pack Extension` 按钮,选择 chrome_extension目录即可。

现在插件保存每天的汇总数据,也就是能查看今天总共访问了那些域名及访问时间。

将实现年月日数据查询、汇总和分析功能,敬请期待:)

想法初衷:

最初想知道每天网站访问情况,所以想自己写了个,最开始实现是通过抓本机的tcp包,无奈规则很难指定,所以直接通过浏览器插件的形式来实现的,具体实现下面有说明。

效果图

当天访问记录效果图:

image

当前5分钟访问记录效果图:

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].