Skip to content

Daudre-Vignier-Charles/BookmarksManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookmarksManager

Summary

Add and remove browser bookmarks from a central repository.

image

May be used in corporate environment : Drop software into a network share, anybody will be able to add and remove bookmark.

Supported browser

  • Microsoft Internet Explorer
  • Google Chrome
  • Mozilla Firefox (ESR and Release)

Configuration

Set bookmark folder name (Chrome and Firefox)

Edit BookmarkFolderName into BookmarksManager.exe.config.

Set used Firefox version

Edit FirefoxVersion into BookmarksManager.exe.config.

Version may be :

  • esr
  • release

Add and remove bookmarks from repository.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages