Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 781 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 781 Bytes

This simple Chrome extension adds a button to the extensions bar that opens a random Wikipedia article found in the "Good articles" or "Featured articles" categories. You can specify other categories in getPage.js if needed.

Installation

  1. Clone the repository
  2. Specify categories (optional)
  3. Go to chrome://extensions
  4. Turn on the "Developer mode"
  5. Click "Load unpacked" and select the repository folder

You can now pin the extension icon and use it to quickly surf random articles.

To do

  • Interface for category settings
  • Publish to the Chrome Web Store