https://github.com/cheshire137/pocket-reddit
Chrome extension for linking to Reddit discussions from your Pocket queue.
https://github.com/cheshire137/pocket-reddit
chrome-extension javascript pocket reddit
Last synced: about 1 month ago
JSON representation
Chrome extension for linking to Reddit discussions from your Pocket queue.
- Host: GitHub
- URL: https://github.com/cheshire137/pocket-reddit
- Owner: cheshire137
- Created: 2014-06-03T00:47:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-03T02:25:19.000Z (about 12 years ago)
- Last Synced: 2026-04-18T13:35:06.753Z (2 months ago)
- Topics: chrome-extension, javascript, pocket, reddit
- Language: JavaScript
- Size: 168 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pocket Reddit
Chrome extension for linking to Reddit discussions from your Pocket queue.
## How to Build
1. `npm install -g gulp` to globally install Gulp
1. `npm install` to install necessary Gulp modules
1. `bundle` to install necessary gems
1. `gulp` to watch CoffeeScript, LESS, and Haml files for changes
1. In Chrome at `chrome://extensions/`, click 'Load unpacked extension...' and choose the extension directory.