While doing some reverse engineering of certain programs, I would often find myself switching between OllyDbg and W32Dasm to find the possible references to resources.
Currently, this plugin will scan the dialog and string resources in the loaded module and display all of the "push" commands that push the integer ID of a those resources as an immediate value onto the stack. I should mention again that is will only display possible references to resources. Some functions might take a constant as a parameter that has the same value of a resource ID; you get the point.
I'll continue to add other resources, but I wanted to get a working copy out to you guys now. I'd appreciate any feedback with bugs or improvements and recommendations.