Categories
Extensions

Update

Well, This is my first post on this blog. My name is Brandon, aka midas. I am here to give everyone an update on the progress of the extension.

We are currently still in an alpha stage, pretty much going on weekly updates. So far our feature list includes:

  • Auto-Sign In
  • Themer (persistent site flavor)
  • An Improved Text Editing Box
  • Watchlist Managment
Categories
Extensions

Package Names

While doing work on the the Rooster Teeth Site Extender extension, I was having a serious issue with it not working. It kept logging a paticular error in the javascript console:

No chrome package registered for chrome://rtse/content/browser.xul .

It turns out that all package names must be in lowercase, otherwise the package just won’t work. So, when you are defining your package name, make sure you use all lowercase, otherwise you’ll get the same error.