Is it possible to develop a plug-in for Internet Explorer that can replace the existing functions of the favorites?
Absolutely, however, it depends somewhat on what you expect from a “replacement”. You can develop an extension to create a new set of menus or drop-down toolbars, for example, the Google Bookmarks toolbar , for example, or as a Delicious toolbar and sidebar . These IMOs are much better for managing bookmarks than the built-in IE menu. However, you could create a top-level menu structure that worked exactly the same as in your IE favorites menu if you wanted to. There are many libraries that you can use to even handle integration with IE.
I don’t know what language you are developing, but some example libraries to make IE addons easy (there are many other languages for other languages for .NET):
http://www.add-in-express.com/programming-internet-explorer/http://www.ssware.com/ezshell/ezshell.htm
, :http://www.codeproject.com/kb/applications/codeprojectsearchbar.aspxhttp://www.codeproject.com/KB/atl/rbdeskband.aspx
.
Source: https://habr.com/ru/post/1696515/More articles:To what extent should a developer study the features of database systems? - databaseГенератор кода Python для Visual Studio? - pythonИспользовать QItemDelegate для отображения эскизов изображений - c++Select existing data from the database to create test data - databaseSubmission of file request submission on Windows sharing? - httpСовместимость со многими стандартами SQL - sqlWhat is the OLE DB Multiple Step Error? - adoRemotely starting and stopping a service on a W2008 server - serviceCan you do AND keyword searches using FREETEXT () on SQL Server 2005? - searchCustom attribute binding in Silverlight - silverlightAll Articles