LinksBook Firefox

Examine source code of LinksBook

Inspect and view changes in LinksBook source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinksBook",
  "version": "1.0.3",
  "description": "Your browser bookmarking tool.",
  "short_name": "LinksBook",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "<all_urls>",
    "bookmarks",
    "storage",
    "https://server.linksbook.me/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "browser_action": {
    "default_title": "LinksBook",
    "default_popup": "index.html"
  },
  "icons": {
    "48": "LinksBook.png"
  }
}

Best LinksBook Alternatives

Here are some Firefox add-ons that are similar to LinksBook: