/goocoucou-webext

Enable shortcuts on Google search result pages

Primary LanguageTypeScriptMIT LicenseMIT

Goocoucou

A web extension that helps you navigate Google Search results using vim-like shortcuts.

firefox addons chrome web store

If you like this extension, you can buy me a coffee.

Intro Video

Demo video on YouTube

Developing

To develop run

# if you use firefox
MANIFEST_VERSION=2 npm run dev
npm run start:firefox

# if you use chromium
MANIFEST_VERSION=3 npm run dev
npm run start:chromium

Build

To build run

npm run build # parcel build
npm run pack:zip # this will create .zip file in web-ext-artifacts folder

Translation

You can translate on Translate Web-Ext.

  1. Goto Translate Web-Ext
  2. Paste following line in "Current Source for Translation"
https://github.com/FOBshippingpoint/goocoucou-webext/blob/main/src/_locales/en/messages.json

step 2

  1. Switch to Translate tab

step 3

  1. Start translate

Languages Available

  • en
  • zh-TW

Authors

License

MIT