Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 393 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 393 Bytes

Octotab

:octocat: Get a surprise Octocat in every new tab.

Installation

  1. Clone this repo
  2. npm install
  3. npm run build
  4. Go to chrome://extensions
  5. Click Load Unpacked Extension...
  6. Choose the the directory you cloned Octotab to
  7. Open a new tab 👍

Updating

$ npm install
$ npm run build