alainakafkes / tabwords

Chrome extension that displays a random word from Other-Wordly on each new tab using Tumblr API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tabwords

tabwords is a Chrome extension that displays a randomly chosen word from Other-Wordly - a logophile's treasure trove of obscure words - on each new tab. Check out the demo.

How I Built tabwords

  1. Compiled list of image URLs from all Other-Wordly posts using the Tumblr API via main.py.
  2. Pulled random image URL from list in main.js, and displayed it in index.html.
  3. Set up Chrome extension framework in manifest.json.
  4. Created icons using Canva.

About

Chrome extension that displays a random word from Other-Wordly on each new tab using Tumblr API


Languages

Language:Python 53.0%Language:HTML 47.0%