This browser extension lets people easily share links to the Code Self Study forum with a click. It also provides quick links to the group's resources.
More features coming soon.
Pull requests are welcome, but please check if a feature is needed before adding completely new functionality. We can discuss it in the Github issuess and/or forum.
Please use prettier.js and follow the code style specified in the .prettierrc
and .editorconfig
files. There are editor plugins that with auto-format the code for you, or you can run this command to format the code manually:
$ npm run prettier:fix
Install the dependencies by running npm install
. The command to start the development server is:
$ npm start
To test the extension in Chromium, type this:
$ npm run serve:chromium
Here is more information:
web-ext
documentation- documentation for browser extensions.
- build a cross-browser extension (the polyfill is in the
vendor
directory)
At the moment, the version information is in package.json
and manifest.json
.