Visual bookmarks Firefox

Examine source code of Visual bookmarks

By: k-ivan
Inspect and view changes in Visual bookmarks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_desc__",
  "version": "7.5.0",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "action": {
    "default_title": "__MSG_default_title__"
  },
  "permissions": [
    "scripting",
    "bookmarks",
    "storage",
    "unlimitedStorage",
    "tabs",
    "notifications",
    "contextMenus"
  ],
  "optional_permissions": [
    "clipboardRead",
    "search"
  ],
  "optional_host_permissions": [
    "https://google.com/*",
    "https://www.bing.com/*",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{876119d0-ddb9-47bb-9620-bc8d2489e857}",
      "strict_min_version": "128.0"
    }
  }
}

Best Visual bookmarks Alternatives

Here are some Firefox add-ons that are similar to Visual bookmarks: