The Recent Entries accessory lists your most recently updated entries, so wherever you are in the control panel you're only a couple of clicks away from editing the content you were last working on.
Recent Entries includes support for all of the official EE2 themes. In addition it supports custom themes: If you have a custom theme and would like to override the default styles then create a new file named yourtheme.css (where ‘yourtheme’ is, you’ve guessed it, the name of the custom theme you’re using) and place it inside the third_party/recent_entries/css folder. The file will be detected and displayed instead of the default CSS.
To modify the number of entries that are listed, change the following line of code within acc.recent_entries.php
var $max_entries = 12;
This accessory takes advantage of some CSS3 features which will only work in decent browsers. The functionality will still work fine if you must use IE6 (or IE8 for that matter), but the formatting will be much more basic.
This addon is released under the Creative Commons Attribution-No Derivative Works license.