Home » Questions » Computers [ Ask a new question ]

Bringing Google Docs to the Desktop

Bringing Google Docs to the Desktop

Is there a stable way of accessing Google Docs (application) from my desktop without having to use a browser on Windows?

Asked by: Guest | Views: 245
Total answers/comments: 5
Guest [Entry]

"I know you said you didn't want to use a browswer, but if you use Chrome, it should be possible to save a site (like GMail for example) as an application on your desktop, which will then allow you to run that application without all the fuss of a browser.

Click the Tools icon (or Page Menu)
Select ""Create Application Shortcut""
Profit!"
Guest [Entry]

If you are using Google Chrome you can use an extension like Google Docs Viewer to manage your google docs.
Guest [Entry]

"Not exactly what your asking for, but it should do the trick.

Note: this will require Google Gears! Else you probably won't have offline functionality...

Prism Firefox Add-on

Prism is a simple XULRunner based browser that hosts web applications without the normal web browser user interface. Prism is based on a concept called Site Specific Browsers (SSB). An SSB is an application with an embedded browser designed to work exclusively with a single web application. It doesn’t have the menus, toolbars and accoutrements of a normal web browser. Some people have called it a ""distraction free browser"" because none of the typical browser chrome is used. An SSB also has a tighter integration with the OS and desktop than a typical web application running through a web browse

Objectives:

Separate process: When the webapp goes down or locks up, I don’t want anything else affected. Thankfully, Firefox does have session restore, but that is beside the point. When I open many tabs and have several webapps running in a browser, things get slow and unstable after a day or two.
Minimal UI: A generic browser UI is not needed for webapps. If any UI is present, make it specific to the webapp I am using.
Basic desktop integration: Create shortcuts to start the webapp, add ability to show specialized icons in the tray or dock and ability to display notifications.
Platform with extensions: I don’t want to download a full browser runtime for each webapp. I do want to be able to add some custom code/features that are not directly supported in the webapp. I should be able to install one runtime and then get packages or extensions for each webapp. Think Firefox extensions or Greasemonkey scripts. These extensions should be able to tweak the SSB UI as well.
Open external links in real browser: If I click a link in the webapp that opens a new site, don't change my webapp browser window. Open all external links in my default/real browser."
Guest [Entry]

I'm actually working on a shell extension in my spare time that will make Google Docs appear like a hard drive. Of course you'd still only be able to save document types supported by Google Docs. I'm still working out some of the details (caching, synchronizing changes, etc). It won't actually use the Google Docs word processor, spreadsheet or presentation programs. You'll need a desktop office suite for that but you'll be able to save files directly to Google Docs from any program that can write a supported file format.
Guest [Entry]

"I wrote a little C#/Winforms application called 'Nocs' that lets you edit your actual Google Docs document contents from a Windows Notepad type clone. It also synchronizes them so you can do collaboration too.

It's a work in progress - check it out."