Pages

Showing posts with label chrome. Show all posts
Showing posts with label chrome. Show all posts

Monday, June 13, 2011

[NEWS] ReaderPlus+ Extenstion for Google Chrome reaches Beta [plusOne for Google Reader]

Yay, we've reached the Beta state! :D

I've just uploaded version 1.0.0 to the Chrome Webstore (this means it will take 1 or 2 hours to replicate over the Google-servers).

Following things have been fixed since the initial release:

#UPDATE ALPHA 2
Hopefully fixed the jumpy jumpy bug.
#UPDATE BETA 1: 
Fixed some layout issues 
Cleaned up dead code 
Fixed layout in search results 
Minor speedup

So far so good, but I still haven't got much feedback yet (if it works at all...)
So if it works or if you experience problems, please let me know... I'll try to fix what I'm able to fix.

And there are still witches and evil monkeys around... beware of the monkeys. They sling their poop. I'm just sayin'. (you are warned! If they sling their poop at you, I'll just say: Told you so!)

Get it here.

Discuss on Buzz

Wednesday, December 8, 2010

HOW TO: Get ChromeOS's Google Talk webapp working on standard Chrome Browser



  1. Install Google Talk from the Webstore

  2. Look at the URL. Notice the ID of the plugin? Copy and paste it into a text editor.
  3. Search on your computer for the folder containing the plugin. The folder name is the same as the ID of the plugin (on windows)
  4. Open all javascript files (js directory) in a text editor and replace all occurrences of "navigator.userAgent.indexOf("CrOS")>=0" with "1" (without quotes)
  5. Save all and restart Chrome
  6. Open Gtalk from the appsmenu -> done!

  7. To see the message window, simply resize the popup
  8. BEWARE: It is just a hack, it may completely fail. Improvements welcome.
    Don't expect all functionality to work.... or any ^^

Enjoy! ;)

EDIT: If anyone knows how to enable the flag for floating panel support, the app may work just like on ChromeOS. The old flag got kicked out (--apps-panel)