https://github.com/kickstarter/tci-chrome-extension
A new tab Chrome extension that pulls quotes from The Creative Independent
https://github.com/kickstarter/tci-chrome-extension
Last synced: 2 months ago
JSON representation
A new tab Chrome extension that pulls quotes from The Creative Independent
- Host: GitHub
- URL: https://github.com/kickstarter/tci-chrome-extension
- Owner: kickstarter
- Created: 2018-04-03T19:59:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T18:36:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T18:43:27.319Z (over 1 year ago)
- Language: HTML
- Size: 24.4 KB
- Stars: 10
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# The Creative Independent's Chrome Extension
A new tab Chrome extension that pulls quotes from The Creative Independent.
## Quotes API
The extension pulls a random quote from [this route](https://thecreativeindependent.com/api/v1/quotes.json) on TCI. The quote API generates 50 random pull quotes or highlights from interview posts.
## Offline mode
The extension will fallback to the `fallback_quotes.json` if the user is offline.
## Dark mode
A dark mode theme will match the browser's system settings.
## Deployment
The extension is deployed to the [Chrome Web Store](https://chrome.google.com/webstore/detail/the-creative-independent%E2%80%99/hfpihhnbilfkcjakaeopanccjlcnnefp) and also available in this repo.