https://github.com/mia1024/grade-browser-extension
https://github.com/mia1024/grade-browser-extension
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mia1024/grade-browser-extension
- Owner: mia1024
- License: mit
- Created: 2021-03-01T22:04:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-03T08:29:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T02:59:55.107Z (4 months ago)
- Language: TypeScript
- Size: 2.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grade: Browser Extension Module
This repository is a part of the [grade project](https://github.com/mia1024/grade). This module is currently written for, and tested on, Google Chrome and other Chromium-compatible browsers (Vivaldi, Edge, etc.). However, an effort has been made to make it compatible with Firefox as well, although untested. To compile the extension from source, run
```sh
git clone [email protected]:mia1024/grade-browser-extension.git
cd grade-browser-extension
npm i # if you have yarn installed, you probably want to run yarn install instead
npm run build
```You can then find the compiled plugin at `dist/grade.zip`. To install it, navigate to `chrome://extensions/`
using a Chromium-based browser, toggle on the developer mode at top-right corner, and drag-and-drop the zip file
into the page.