Based on the wonderful walteranderson/add-to-trello extension, but with the improvements for Craigslist:
- Includes Craigslist price in title
- Automatically adds image from Craigslist post
And a few general improvements:
- Adds to top of board instead of bottom
- Adds a "Saving..." state
- Link to view card after added
You can also use the extension to add non-craigslist pages as well.
Install from Chrome Store
Looking for something to hack on? Check out the issues page.
If you'd just like to use the extension, please install from Chrome Store. But, if you'd like to hack on the extension, follow directions below.
npm install -g bower
- clone this repo and cd into it
- copy
assets/js/key.js.tmpl
toassets/js/key.js
and update with key from https://trello.com/app-key bower install
- Go to http://chrome://extensions
- Enable "Developer Tools"
- Click "Load unpacked extension.."
- Select directory of this repo
- Automatically populate title with price
- Automatically upload attachment photo
- Make sure it works when there are no photos
- Remove "Card Title" and "Description" settings
- Add loading... state
- Gracefully handle not being on craigslist item page
- Successful save notification
- Make manifest permissions more granular
- Use custom API key
- Update Donations and Credits on Settings
- Update Icon
- Update manifest