Wox.Plugin.BookmarkSearcher
Wox.Plugin.BookmarkSearcher copied to clipboard
support different browsers
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
Note here! welcome to join in the Development. It's important to protect our privacy. Do not be evil.
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.
- 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 runpython setup.py install
3 conf the plugin with settings txt.
just run b sett
in wox
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.
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 runningb
, the wox may be a flash and disappear. Do not worry, it is that this plugin is making the cache of edge bookmarks.
done!
Hope you enjoying it!!!
Why don't we merge this to the master branch?