Add and remove browser bookmarks from a central repository.
May be used in corporate environment : Drop software into a network share, anybody will be able to add and remove bookmark.
- Microsoft Internet Explorer
- Google Chrome
- Mozilla Firefox (ESR and Release)
Edit BookmarkFolderName into BookmarksManager.exe.config.
Edit FirefoxVersion into BookmarksManager.exe.config.
Version may be :
- esr
- release
Add bookmarks to BookmarkManager by editing bookmarkList.xml :
<bookmarks>
<bookmark firefox="true" chrome="true" ie="true" url="https://yandex.com" name="Yandex"/>
<bookmark firefox="true" chrome="true" ie="false" url="https://mail.yandex.ru" name="Yandex.Mail"/>
</bookmarks>
- mandatory string name
- mandatory string url
- optional bool firefox default=true
- optional bool chrome default=true
- optional bool ie default=true
Setting one of firefox, chrome or IE to false will disable bookmark for the selected browser into BookmarkManager.