cmdrslog

chrome extension that takes automatic screenshots for a given url

  • Owner: enjalot/cmdrslog
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerenjalot/cmdrslog
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:
所有者活动
Created At2013-01-29 02:52:15
Pushed At2013-07-24 20:06:47
Last Commit At2013-07-24 13:06:47
Release Count0
用户参与
Stargazers Count110
Watchers Count8
Fork Count14
Commits Count23
Has Issues Enabled
Issues Count9
Issue Open Count8
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private