Easy Bookmark Firefox

Examine source code of Easy Bookmark

Inspect and view changes in Easy Bookmark source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Easy Bookmarks",
  "version": "1.5",
  "description": "Display all bookmarks as icons on new tab page",
  "permissions": [
    "bookmarks",
    "storage",
    "topSites",
    "history"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "chrome_settings_overrides": {
    "homepage": "newtab.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "easy-bookmarks@example.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Easy Bookmark Alternatives

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