kuanyui / EngineSwitcher

A WebExtension let you switch search engine in one click.
https://addons.mozilla.org/en-US/firefox/addon/engine-switcher/
5 stars 2 forks source link

So you can easily keep your privacy as possible as you can.

Currently supported search engines:

** Private-focused

** Unknown

** Commercial

For more information please see [[https://github.com/kuanyui/EngineSwitcher][GitHub]].

** Run for development (Watch)

+BEGIN_SRC sh

make watch web-ext run --verbose --firefox-profile ~/.mozilla/firefox/PROFILE_DIR_NAME

+END_SRC

+BEGIN_QUOTE

If webpack watch exit immediately without any error, please try [[https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers]]

+END_QUOTE

** Run Firefox for developing WebExtension

+BEGIN_SRC sh

web-ext run --verbose --firefox-profile ~/.mozilla/firefox/XXXXXXX.NAME

+END_SRC

** Deploy (Build .xpi file & run a HTTP server for download)

+BEGIN_SRC sh

make xpi-server

+END_SRC

** Zip this repository for uploading to addons.mozilla.org

+BEGIN_SRC sh

make zip-repo

+END_SRC