Full History Keeper

Full History Keeper

Full History Keeper Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "scripts/bg/index.js",
      "const.js",
      "scripts/common/util.js",
      "scripts/bg/http.js",
      "scripts/bg/docprocessor.js",
      "scripts/bg/bgcore.js",
      "scripts/bg/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "resources/H_19.png",
    "default_title": "Open the Full History Keeper panel"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "scripts/content/content.js",
        "scripts/common/util.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*",
        "file:///*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Full History Keeper Extension",
  "icons": {
    "16": "resources/H_16.png",
    "19": "resources/H_19.png",
    "32": "resources/H_32.png",
    "48": "resources/H_48.png",
    "64": "resources/H_64.png",
    "128": "resources/H_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngMseVvtDYVRfzxT+x3+vxW8KljOKaRm+Vpd06avt2+8PEL0FZLGS8cVb5bnauR3+g42je1BF673EyHt9e5g/0O7C7qKLyJuGkF+HFkRkWsYa+6iCeReHSbE7b9LVqBVTb0l98jPWiamwJbI1tgrOqiqHRZkeP8KrzAez33S9ckih+D2u9Nw+m1CJOzki6OfXwQHtm+Z24tuTEziW+JKx427Vcz9t2fI/dy/Sa7huSCO4SQs1GrUEaZt7D2S+6iqQuL4uuOQpy1QwMGNC2tJsJs4NDPZ87EW/OkJqV/ngvG28vsUSaR4DVb7qmlyJsSPgj9fxb++Qm/r37vmGLbEQwIDAQAB",
  "manifest_version": 2,
  "name": "Full History Keeper",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "ftp://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.13",
  "web_accessible_resources": [
    "chrome-extension://jfnmpjoolgabocnfakcihjpnojjimfak/resources/H_16.png"
  ]
}