Recent Bookmarks Popup Firefox

Examine source code of Recent Bookmarks Popup

By: Zren
Inspect and view changes in Recent Bookmarks Popup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Recent Bookmarks Popup",
  "version": "4.0",
  "description": "List recent bookmarks in a toolbar menu.",
  "permissions": [
    "bookmarks",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "faviconcacher.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "icons": {
    "16": "icons/recentbookmarks-firefox-16px.png",
    "32": "icons/recentbookmarks-firefox-32px.png",
    "48": "icons/recentbookmarks-firefox-48px.png",
    "64": "icons/recentbookmarks-firefox-64px.png",
    "96": "icons/recentbookmarks-firefox-96px.png",
    "128": "icons/recentbookmarks-firefox-128px.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Recent Bookmarks",
    "default_icon": "icons/recentbookmarks-firefox-32px.png",
    "default_popup": "popup.html",
    "theme_icons": [
      {
        "light": "icons/recentbookmarks-firefox-dark-16px.png",
        "dark": "icons/recentbookmarks-firefox-16px.png",
        "size": 16
      },
      {
        "light": "icons/recentbookmarks-firefox-dark-32px.png",
        "dark": "icons/recentbookmarks-firefox-32px.png",
        "size": 32
      },
      {
        "light": "icons/recentbookmarks-firefox-dark-48px.png",
        "dark": "icons/recentbookmarks-firefox-48px.png",
        "size": 48
      },
      {
        "light": "icons/recentbookmarks-firefox-dark-64px.png",
        "dark": "icons/recentbookmarks-firefox-64px.png",
        "size": 64
      }
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d04df582-2546-4a25-82ea-60c7aa444ab5}"
    }
  }
}

Best Recent Bookmarks Popup Alternatives

Here are some Firefox add-ons that are similar to Recent Bookmarks Popup: