Skip to content

mihairinzis/qwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qwiki

A browser extension that shows nonintrusive Wikipedia snippets on the new tab and/or any other page.

Building

  • Make sure you have npm (https://nodejs.org/) installed
  • Use npm to fetch the dependencies and build the dist version.
npm install && npm run build_chrome
  • The unpacked Google Chrome(ium) extension is built in dist/chrome-qwiki

Google Chrome installation

  • Go to Settings -> Extensions
  • Check Developer mode
  • Hit Load unpacked extension
  • Pick the qwiki/dist/chrome-qwiki directory.

Testing

  • There are a few tests that validate all article category json files (mostly check if there are no duplicates). To run them use:
npm run test

License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published