Apps for Google Drive

Quick access to create documents and save in Drive.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Apps for Google Drive",
  "version": "1.3",
  "manifest_version": 2,
  "icons": {
    "16": "i.png",
    "48": "i.png",
    "128": "i.png"
  },
  "browser_action": {
    "default_popup": "goog.html",
    "default_icon": "word.png"
  }
}