In 10.5, we have built-in support for context menu plugins. This allows us to add items at runtime and add different menus for different types of files.
But with 10.6 and higher, we have context menu services that do not allow subMenus, and do not help if we want to add different elements to the context menu at runtime based on the type of location file.
This led me to inject the code into the Finder (e.g. DropBox), but I'm a little new to this particular task, but I'm ready to do it. Can anyone give me a starting point.
Thanks pending.
source share