extension ExtPose

GitHub Notifications (delisted)

CRX id

jmpadkhpecdeoaemalgabhofdpaeiegl-

Description from extension meta

Read yours or your organization's GitHub's notifications easily !

Image from store GitHub Notifications
Description from store Read yours or your organization's Github's notification easily with GitHub Notifications ! Secure Authentification & ADD FREE !

Latest reviews

  • (2013-09-05) Colin Richardson: Is it just me who has no notification about updates? It shows me them when I click the Icon, but I get no notification /prompt to there being a change. Bug Report: If you click on the commit ID, rather than going to github/url/commits/commit_id, you are trying to send us to github/url/commits/commit_message. Which of course sends you to a 404. Bug Report 2: If someone creates a tag, It says someone created a repo. If someone creates a branch, it says someone has created a repo. If someone creates a fork, it says nothing at all.
  • (2013-08-24) Baptiste Lecocq: Very useful, you don't have to worry about reloading github timeline to see updates.
  • (2013-08-23) Marion LiĆ©baert: Usefull extension !
  • (2013-08-23) Louis Creteur: Very usefull, i'm now notified when my company publish every kind of update

Latest issues

  • (2013-09-22, v:1.2.0) Colin Richardson: Truncate Locks up
    Your truncate function locks the entire extension if there is not a space. You may want to consider testing "&& i>-1" but then you are left with a 0 length message. So I re-wrote the truncate function as such. function truncate(text, length) { if (text.length < length) return text; var i = length; while ( text.charAt(--i) != ' ' && i > -1 ); return text.substr(0, i > 0 ? i : length) + '...'; } This way if there is no space, it just returns the text cut off at the length.
  • (2013-09-11, v:1.2.0) Colin Richardson: Background page looping duplication
    Every time you call the popup, the dom is loaded and calls background.js.looping() which creates a timer, if you then click on the popup again, it again calls dom is loaded, and calls looping, and creates a NEW timer. so now you have two Interval timers going. Think of that over the course of a whole day. It got to the point where my api rate limit has been destroyed and all my other apps stopped working until the rate_limit_reset had occurred. I have had to fix this locally and the other bugs I listed here. Do you have a place I can send you my code snippets?
  • (2013-09-05, v:1.2.0) Colin Richardson: Creation message incorrect/missing
    If someone creates a tag, It says someone created a repo. If someone creates a branch, it says someone has created a repo. If someone creates a fork, it says nothing at all.
  • (2013-09-05, v:1.2.0) Colin Richardson: URL to commit incorrectly.
    If you click on the commit ID, rather than going to github/url/commits/commit_id, you are trying to send us to github/url/commits/commit_message. Which of course sends you to a 404.

Statistics

Installs
21 history
Category
Rating
4.5 (6 votes)
Last update / version
2013-08-24 / 1.2.0
Listing languages
en-US

Links