Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

bookmarks bar click event listener chrome extension

i am working on a chrome extension that needs an event listener on the bookmarks bar buttons so that i could do whatever i want with the bookmark that was clicked !

i've looked up the bookmarks api on their site and the context menus documentation trying to reach those bookmarks but i couldn't reach such thing .

like image 637
اكرم محمد عبد الرحمن Avatar asked Oct 21 '22 11:10

اكرم محمد عبد الرحمن


1 Answers

This is not supported in the Chrome Extensions APIs. This page gives all of the options available for working with bookmarks.

like image 177
John Woodruff Avatar answered Jan 02 '23 19:01

John Woodruff