Wox.Plugin.BookmarkSearcher icon indicating copy to clipboard operation
Wox.Plugin.BookmarkSearcher copied to clipboard

support different browsers

Open talengu opened this issue 6 years ago • 2 comments

Dev Cardboard see project 1 Code Branch in suport_browsers

TODO:

  • support chrome OK
  • support edge OK
  • support autodetect
  • support ie
  • support firefox

here are some demo bookmark or database

demo_datas.tar.gz

Note here! welcome to join in the Development. It's important to protect our privacy. Do not be evil.

talengu avatar Dec 12 '18 14:12 talengu

NEW: Support Edge !!!

1 git checkout the branch of support_browers

or download suport_browers branch zip here and upzip to wox plugin path C:\Users\xxxx\AppData\Roaming\Wox\Plugins

2 Install libesedb use Anconda prompt. (named pyesedb in python)

  • open prompt. image
  • download and install libesedb libesedb is a lib for read Edge bookmark database. Download [libesedb-20170121.zip] a(https://github.com/talengu/Wox.Plugin.BookmarkSearcher/files/3475904/libesedb-20170121.zip) and unzip.
  • make sure base path named libesedb-20170121 , then run python setup.py install

3 conf the plugin with settings txt.

just run b sett in wox image

In the settings txt, add edge in the first line. If you do not use edge or chrome, just delete it and it will speed up in search. image

IMPORT: update the Edge bookmarks? The bookmarks dataset of Edge will be out of date if not, because it is hard to be read by Edge itself and our plugin at the same time . So you need to update it. (Chrome does not need.) Please run b update edge in wox. Notice: in the next time of running b, the wox may be a flash and disappear. Do not worry, it is that this plugin is making the cache of edge bookmarks. image

done!

Hope you enjoying it!!!

talengu avatar Aug 07 '19 07:08 talengu

Why don't we merge this to the master branch?

Nek-12 avatar Jan 27 '21 08:01 Nek-12