cezarsa / chromed_bird
- Source
- Commits
- Network (8)
- Issues (17)
- Downloads (16)
- Wiki (2)
- Graphs
-
Tree:
444f70e
commit 444f70ea5c5809b49009eae88bbdc0cff432e78f
tree d3a47d6c748420632d53bf5720ae9cf02bce9418
parent d488529fac6cb5ce151f01b4e9a8a6e71fbdc68b
tree d3a47d6c748420632d53bf5720ae9cf02bce9418
parent d488529fac6cb5ce151f01b4e9a8a6e71fbdc68b
| name | age | message | |
|---|---|---|---|
| |
Changelog | ||
| |
LICENSE | Tue Nov 03 14:25:13 -0800 2009 | |
| |
README.md | ||
| |
background.html | ||
| |
css/ | ||
| |
img/ | Thu Nov 05 18:53:19 -0800 2009 | |
| |
lib/ | ||
| |
manifest.json | ||
| |
popup.html |
README.md
Chromed Bird
What is it?
Chromed Bird is a general purpose Chromium twitter extension.
Installing
Compatibility
Currently only Dev channel releases of Google Chrome support extensions. Check http://dev.chromium.org/getting-involved/dev-channel.
Features
Chromed Bird is only starting but it already lets you do basic stuff like view your friends timeline, compose tweets, and replying and retweeting. Let's try to summarize this:
- Follow your friends timeline and navigate through older tweets
- Tweets caching to avoid hitting Twitter's API rate limit (Only hit Twitter after 1 minute or when fetching uncached pages)
- Compose, reply, and RT tweets
- It uses Chromium autoupdate feature, so you won't be left behind.
Wishlist
There are lots of missing stuff, some of them seem to be limitations from Chromium's current extensions API.
- It should automatically notify on new tweets, but I couldn't find a way to open a popup from the background page.
- It'd be nice to track read / unread tweets.
- There seem to be some issues with popup window resizing, it doesn't shrink back as content shrinks.
- Use OAuth authentication (Although I think it's a little cumbersome to have users copying and pasting the PIN number)
License
This project uses the very simple and permissive MIT license. Check the LICENSE file.


