Daudre-Vignier-Charles / BookmarksManager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 100.0%