Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there a way to control the order that my Chrome extension's context menu item appears in?

It probably can't appear above any of the Chrome's built in context menu items (like "Open link in new tab", etc.), but maybe there is a way to control where it appears among other extensions' context menu entries?

Probably not, because in all likelihood all makers of extensions want their's to be above all others, but just in case I'm wrong.. :)

share|improve this question

1 Answer

up vote 3 down vote accepted

The context menu entries are ordered alphabetically. This means that if you name your context entry something like AAWhatever, the likelihood of your entry being at the top is pretty high. I know of no other way to control the position of your entry using only your extension.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.