URL Recorder Firefox

Examine source code of URL Recorder

Inspect and view changes in URL Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "URL Recorder",
  "version": "1.0",
  "description": "记录浏览历史并同步到服务端",
  "permissions": [
    "tabs",
    "http://localhost:5000/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{33453495-216e-4e1e-bf15-85aa9be0798f}"
    }
  }
}

Best URL Recorder Alternatives

Here are some Firefox add-ons that are similar to URL Recorder: