Realize that not all Guids are accessible, even if I have them listed. What I am simply doing is pulling out all GUIDS the Microsoft references. Nodes that are created on the fly when you click Show members don't have a guid and can't be accessed because they are dynamic nodes and are destroyed when you navigate away.
Please see this post to add images: http://sms-hints-tricks.blogspot.com/2012/04/console-extensions-2012-xml-insites.html
Also reference in the SDK are console extensions and how to add images and further manipulate the console. http://msdn.microsoft.com/en-us/library/hh949463.aspx
Console files should be added here :
%ProgramFiles%\Microsoft Configuration Manager\AdminConsole\XmlStorage\Extensions\Actions\<GUID> folder, where <GUID> is the GUID identifier for the node that the action applies to.
Be aware that the console doesn't abide by file extensions so you can call the file .XXX and the console will still attempt to load it. If you don't want it loaded then you should create a sub folder and then The console will ignore it.
Please DO NOT install this on a production box. The 620 console extensions here can cause the console to be slow or have problems. I have broken down the folders into the different workspaces referenced. Not all GUIDS will work, I simply export what Microsoft has. If you find a problem with the same GUIDS you will need find the offending folder and delete it.
The zip file can be downloaded here : 2012SP1CU1 Actions
Play responsibly :)