Save As File

Save As File

Save URL as file instead of open it

Merlin
Additional files are visible only to premium users

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"
  ]
}