cmdrslog

chrome extension that takes automatic screenshots for a given url

  • 所有者: enjalot/cmdrslog
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

cmdrslog

This extension allows you to save screenshots whenever you refresh a tab for URLs you specify.

You may want to do this for projects you are developing,
setting the urls to something like localhost:8000 or your live server.
You can specify separate folders for your projects,
as well as a delay in miliseconds before taking the screenshot.

development

I'm using the FileSystem API as described here:
http://www.html5rocks.com/en/tutorials/file/filesystem/

The layout is all done with d3.js

Getting the stored images out of the local FileSystem is the biggest item on the TODO list right now.

local files

if you want to capture local files (like file://localhost/path/to/file.html)
you need to update the manifest and add the following permision to the list of permissions:

"file://*/*"

unfortunately the chrome webstore will not allow this permission to be published

主要指标

概览
名称与所有者enjalot/cmdrslog
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证
所有者活动
创建于2013-01-29 02:52:15
推送于2013-07-24 20:06:47
最后一次提交2013-07-24 13:06:47
发布数0
用户参与
星数110
关注者数8
派生数14
提交数23
已启用问题?
问题数9
打开的问题数8
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?