Skip to content

Commit

Permalink
Mention Chrome extension (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
judyfong authored Apr 21, 2022
1 parent 2489197 commit a281856
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ instead of reading it.
1. Install packages with: `npm install`
2. Run with: `npm run dev`

### Chrome Extension

WebRICE is also available as an extension on the Chrome web store:
[https://chrome.google.com/webstore/detail/webrice/mmijkiiefioinbdgbadgghcchfilmlmp](https://chrome.google.com/webstore/detail/webrice/mmijkiiefioinbdgbadgghcchfilmlmp).
The code for the extension is in the
[webrice-chrome-extension](https://github.com/cadia-lvl/webrice-chrome-extension)
repo.

## Usage
To include WebRICE's compiled CSS and JS in your website, add the following lines:

Expand Down
1 change: 1 addition & 0 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<div class="navbar-nav">
<a class="nav-link" href="maltaekni.html">Dæmi 1</a>
<a class="nav-link" href="solskin.html">Dæmi 2</a>
<a class="nav-link" href="https://chrome.google.com/webstore/detail/webrice/mmijkiiefioinbdgbadgghcchfilmlmp">Chrome viðbót</a>
<a class="nav-link" href="https://docs.google.com/forms/d/e/1FAIpQLSdcyoUambWJeX_FvHG5UacE68xIa7UNGvHlKUhchT42NJO1ZQ/viewform" target="_blank">Notandakönnun</a>
<a class="nav-link" href="throun.html">Þróun</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions build/maltaekni.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<div class="navbar-nav">
<a class="nav-link active" aria-current="page" href="maltaekni.html">Dæmi 1 <span class="sr-only">(current)</span></a>
<a class="nav-link" href="solskin.html">Dæmi 2</a>
<a class="nav-link" href="https://chrome.google.com/webstore/detail/webrice/mmijkiiefioinbdgbadgghcchfilmlmp">Chrome viðbót</a>
<a class="nav-link" href="https://docs.google.com/forms/d/e/1FAIpQLSdcyoUambWJeX_FvHG5UacE68xIa7UNGvHlKUhchT42NJO1ZQ/viewform" target="_blank">Notandakönnun</a>
<a class="nav-link" href="throun.html">Þróun</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions build/solskin.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<div class="navbar-nav">
<a class="nav-link" href="maltaekni.html">Dæmi 1</a>
<a class="nav-link active" aria-current="page" href="solskin.html">Dæmi 2<span class="sr-only">(current)</span></a>
<a class="nav-link" href="https://chrome.google.com/webstore/detail/webrice/mmijkiiefioinbdgbadgghcchfilmlmp">Chrome viðbót</a>
<a class="nav-link" href="https://docs.google.com/forms/d/e/1FAIpQLSdcyoUambWJeX_FvHG5UacE68xIa7UNGvHlKUhchT42NJO1ZQ/viewform" target="_blank">Notandakönnun</a>
<a class="nav-link" href="throun.html">Þróun</a>
</div>
Expand Down

0 comments on commit a281856

Please sign in to comment.