SuperSave

SuperSave

Save your favorite page to a single .html file for offline reading.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "zh_CN",
  "name": "__MSG_extensionName__",
  "version": "1.1",
  "author": "lhtin.github.io",
  "description": "__MSG_extensionDesc__",
  "permissions": [
    "activeTab",
    "*://*/"
  ],
  "icons": {
    "16": "icon/fs16.png",
    "32": "icon/fs32.png",
    "64": "icon/fs64.png",
    "128": "icon/fs128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon/fs16.png",
      "32": "icon/fs32.png",
      "64": "icon/fs64.png",
      "128": "icon/fs128.png"
    }
  },
  "background": {
    "scripts": [
      "./background.js"
    ]
  }
}