Browser's bookmarks Firefox

Examine source code of Browser's bookmarks

Inspect and view changes in Browser's bookmarks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Marina Serikova",
  "name": "Browser's bookmarks",
  "description": "Expanding the capabilities of the bookmarks website.",
  "default_locale": "en",
  "version": "3.2.19",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "strict_min_version": "58.0"
    }
  },
  "chrome_url_overrides": {
    "newtab": "newFirefoxTab.html"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon_16.png"
    },
    "default_title": "__MSG_ext_default_title__"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "inc/global.functions.js",
        "inc/storage.local.js",
        "onlinezakladki.js"
      ],
      "matches": [
        "https://onlinezakladki.ru/*",
        "https://bk.tools/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "bookmarks",
    "notifications",
    "contextMenus",
    "tabs",
    "activeTab",
    "storage",
    "unlimitedStorage",
    "<all_urls>"
  ]
}

Best Browser's bookmarks Alternatives

Here are some Firefox add-ons that are similar to Browser's bookmarks: