opus1269
opus1269
It also uses bower and gulp. You need to do `bower install ` to get all the js libraries then `gulp dev` to build the extension
Yang, In the settings on the "DISPLAY CONTROLS" tab is an option "Do not show over fullscreen Chrome windows". If this is set it won't display over any full screen...
Darn. Are you on a Mac? That is the one device I don't have for testing. If you are, I'll ask a buddy if I can use his for a...
Are you looking for a feed of public photos from Instagram or photos from the user's account?
I looked at the API and it requires user authentication for any requests. That is bad news, as it is surprisingly difficult to authenticate with OAuth2.0 and store the token...
I am the developer of this extension. Many users want to use all their photos without putting them into albums. I have investigated this thoroughly, and I know it is...
It looks to me like it needs to be an app. The screensaver is an extension, so I don't think that is possible.
Lydia, I want to add an interface that will let the user specify subreddits by name. So much to do, so little time :)
It's always something, haha. It's really hard to find shortcut keys that aren't used somewhere on the browser itself or Windows, Mac, or Chrome OS. (especially Chrome OS which has...
Yes. That is the best solution and my original design. The problem was you can't listen for raw keyboard events on Chrome OS (I suppose it is a security thing...