Bookmark Archives Firefox

Examine source code of Bookmark Archives

By: Bu Kun
Inspect and view changes in Bookmark Archives source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "0.1",
  "permissions": [
    "bookmarks",
    "notifications",
    "storage"
  ],
  "default_locale": "en",
  "background": {
    "scripts": [
      "static/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "static/js/content.js"
      ],
      "matches": [
        "*://web.archive.org/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox-workshop-x9apqg@bukn.uk"
    }
  },
  "icons": {
    "72": "logo72.png",
    "96": "logo96.png",
    "128": "logo128.png",
    "144": "logo144.png"
  },
  "options_ui": {
    "page": "options.html"
  }
}

Best Bookmark Archives Alternatives

Here are some Firefox add-ons that are similar to Bookmark Archives: