Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm run build # build the extension bundles into dist/
npm run typecheck # type-check without emitting
```

Load the unpacked extension from the project root (the folder with `manifest.json`) via `chrome://extensions/` → **Developer mode** → **Load unpacked**. See the [README](README.md#build--install-development) for the full walkthrough.
Load the unpacked extension from the project root (the folder with `manifest.json`) via `chrome://extensions/` → **Developer mode** → **Load unpacked**. See the [README](README.md#build--run-from-source-development) for the full walkthrough.

## Project layout

Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

> An interactive vocabulary builder for Chrome — click words on any page to save, highlight, and turn them into flashcards.

<a href="https://chromewebstore.google.com/detail/reckue-languages/lebjogkihmfhiojkmnbadppoebfkhfcg">
<img src="https://storage.googleapis.com/web-dev-uploads/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/UV4C4ybeBTsZt43U4xis.png" alt="Available in the Chrome Web Store" height="58">
</a>

[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
[![Version](https://img.shields.io/github/package-json/v/Reckue/reckue-langs)](https://github.com/Reckue/reckue-langs)
[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](CONTRIBUTING.md)
Expand All @@ -22,7 +26,11 @@ Saved words stay highlighted across pages, so you keep seeing them in context

![Extension in action](img_2.png)

## Build & install (development)
## Install

Get the published extension from the [Chrome Web Store](https://chromewebstore.google.com/detail/reckue-languages/lebjogkihmfhiojkmnbadppoebfkhfcg).

## Build & run from source (development)

The extension is built from TypeScript with Webpack. To run it locally as an unpacked extension:

Expand Down
Loading