javascript - Add right-click menu to tabs -


i know chrome api extensions can create right-click menu items when right-clicked on page. there way add right-click menus when user right-clicks on top of tab? i'm thinking of making extension allows copy tab url when tab not in focus.

showing right-click on page enter image description here

thanks

it useful, extensions limited can modify in chrome's ui, besides context menu , page\browser actions, cannot access non-client areas.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -