by

I think all of you know Lea Verou’s dabblet.

dabblet is an interactive playground for quickly testing snippets of CSS and HTML code. It uses -prefix-free, so that you won’t have to add any prefixes in your CSS code. You can save your work in Github gists, embed it in other websites and share it with others.
About dabblet

Some time ago I made this tiny Google Chrome App for jsFiddle which is in case just a bookmarklet with a bigger icon.

I did this for dabblet, too but extended the app to something more: It displays all your dabblets with title and creation-date. You can then visit your dabblet directly.

You can find the app in the Google Chrome App store now.

Download

This project is on GitHub, so please feel free to contribute and report bugs and feature requests.

Changelog

These are the major changes. All commits can be found on GitHub.

v1.0.0 – Aug. 19, 2012

  • Add button for viewing gist
  • Remove hogan.js in favor of an own replacer
  • Show “view dabblet” link in GitHub newsfeed

v0.7 – Feb. 13, 2012

  • Add search – #2
  • Rewrite code-basis based on JS AMD with RequireJS
  • Display message if user has no gists to display – #3

v0.45 – Feb. 02, 2012