I made a simple extension to display the unread post count in Google Reader. Let me know how it works.
Here is the link with more details and the download link.
This is a discussion on Google Reader Extension within the Chrome Plugins section, part of the Google Chrome category: I made a simple extension to display the unread post count in Google Reader. Let me know how it works. ...
I made a simple extension to display the unread post count in Google Reader. Let me know how it works.
Here is the link with more details and the download link.
The M(1) is for my hosted gmail account. Since Chrome extensions does not support preferences I do not have a easy way to distribute it. Anyway the G(2) is regular gmail notifier extension (slightly modified with smaller text). It is a sample extension at http://dev.chromium.org/developers/d...nsions/samples.
Yea.. slightly off topic but the next big thing should be a way to give users the right to configure our extensions.
Vasanth,
Do you have this extension available as a userscript?
I'll let Vasanth give you the final answer on this one but.. here's my two cents.
Userscripts and extensions used to have similar possibilities. However, it is not the case anymore. With the more recent releases of Chrome, developpers can create more powerful Extensions. Userscripts won't become anything else than injected javascript. Extensions can add UI, mess around with Tabs, bookmarks, XHR and more.
So.. no.
Thanks for this explanation Kyrax.
Does this mean that extensions will be able to do the stuff they do in Firefox, but now for Chrome?
Will they start slowing Chrome down like Firefox?
Bulky to load and having memory leaks?
I know, I can always choose not to use them... but still...
I have an update to the extension here due to some breaking changes in the extension API.