Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 848 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 848 Bytes

KAPolyglott

A Browser plugin to help learning Math on Khan Academy in a foreign language

##Install latest released version Currently the extension only supports Chrome Browsers. Install the latest released version from Chrome Store : https://chrome.google.com/webstore/detail/ka-polyglott/okdfmpojjligcllicjkpioaoaagmbgfi

Test the extension on : https://de.khanacademy.org/math/arithmetic/arith-review-add-subtract/arith-review-basic-add-subtract/v/basic-addition

Building Extension

Install Python 2.7: http://www.python.org/download/
Run build command within the root dir of extension

> python kango/kango.py build ext

The extension can be found in directory ext/output

Development

Install Node https://nodejs.org/en/download/
Install dependencies

> npm install

Run build command

> node build