2023-08-27 07:58:13 -07:00
2022-06-12 21:48:32 +05:30
2023-08-27 07:58:13 -07:00
2020-11-15 15:31:59 +05:30
2023-08-26 18:55:40 -07:00
2023-08-26 18:55:40 -07:00
2019-11-16 13:28:53 +05:30
2020-01-30 21:29:09 +05:30
2020-11-15 15:34:41 +05:30
2023-08-27 07:57:11 -07:00
2023-08-27 06:25:49 -07:00
2020-10-29 12:25:25 +05:30
2023-08-27 07:18:11 -07:00
2023-08-26 18:55:40 -07:00

Encora Tools

This extension adds additional features to the Encora website. It is built on the abhijithvijayan/web-extension-starter package.

Get started

Ensure you have

  • Node.js 10 or later installed
  • Yarn v1 or v2 installed

Then run the following:

  • yarn install to install dependencies.
  • yarn run dev:chrome to start the development server for chrome extension
  • yarn run dev:firefox to start the development server for firefox addon
  • yarn run dev:opera to start the development server for opera extension
  • yarn run build:chrome to build chrome extension
  • yarn run build:firefox to build firefox addon
  • yarn run build:opera to build opera extension
  • yarn run build builds and packs extensions all at once to extension/ directory

Development

  • yarn install to install dependencies.

  • To watch file changes in development

    • Chrome
      • yarn run dev:chrome
    • Firefox
      • yarn run dev:firefox
    • Opera
      • yarn run dev:opera
  • Load extension in browser

  • Chrome

    • Go to the browser address bar and type chrome://extensions
    • Check the Developer Mode button to enable it.
    • Click on the Load Unpacked Extension… button.
    • Select your browsers folder in extension/.
  • Firefox

    • Load the Add-on via about:debugging as temporary Add-on.
    • Choose the manifest.json file in the extracted directory
  • Opera

    • Load the extension via opera:extensions
    • Check the Developer Mode and load as unpacked from extensions extracted directory.

Production

  • yarn run build builds the extension for all the browsers to extension/BROWSER directory respectively.

License

MIT © Musical Bean

Description
React + ts all browsers
Readme 4.1 MiB
Languages
JavaScript 57.1%
TypeScript 23.7%
SCSS 14.9%
HTML 4.3%