Mac OS Developers – Easily add Right-Click actions.

Right Click Booster makes it really easy for developers to add their own Right-Click actions.

OSX 10.10 allows developers to build FinderSync extensions.
These allow you to add right.click (or cmd+click) actions within the finder.

However – you can only do this with App-Store apps, and building finder-sync extensions is a massive pita.

Right Click Booster now makes it super-easy for developers to add right-click actions for their own apps.

The full code within VLC Streamer Helper is:


[RCBRightClick registerExtensionWithName:@"Add to VLC Streamer"
scheme:@"vlcsaddfile"
filetypes:@[@"mp4",@"avi",...]
image:[NSImage imageNamed:@"menuIcon"]
callbackScheme:nil];

So – if you’re a developer, find out all about it here

If you use software that would benefit from right-click integration – then please email the developer and let them know about Right Click Booster.