Skip to content

ktrysmt/quick-custom-gsearch

Repository files navigation

Quick Custom GSearch

You can access the control panel to manage interval quickly, just one click.

Screenshot

Screenshot1

Installation

Please download and install from Chrome WebStore.

Change Logs

Development

  1. Define new version.
# edit the version field to upgrade semver.
${EDITOR} dist/manifest.json
  1. Edit sources.
# edit some files...
${EDITOR} src/
  1. Build for dev.
npm run build:dev
  1. Run unit tests.
npm run test
  1. Do integration test in your chrome.
# import unpackaged extension from source, direct the dist path;
# ${pwd}/dist/
  1. Packing the dist dir if passed the test.
npm run build:prod

and zip the dist dir.

  1. Upload it at the chrome developer site.
open https://chrome.google.com/webstore/devconsole/

Author

@ktrysmt

License

MIT