Examine source code of Save As File

Inspect and view changes in Save As File source codes across current and past versions
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": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Save As File",
  "short_name": "__MSG_shortName__",
  "version": "1.1",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon40.png",
    "128": "icon100.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon30.png"
    },
    "default_title": "__MSG_tooltip__",
    "default_popup": "popup.html"
  },
  "minimum_chrome_version": "31",
  "permissions": [
    "activeTab",
    "downloads",
    "downloads.shelf"
  ]
}