Markdown Bookmarks Toolbars Firefox

Examine source code of Markdown Bookmarks Toolbars

By: Jon
Inspect and view changes in Markdown Bookmarks Toolbars source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Markdown Bookmarks Toolbars",
  "version": "1.0.1",
  "description": "Create multiple secondary bookmark toolbars from a single markdown file and switch between them with ease.",
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "96": "icons/icon96.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Edit Markdown Bookmarks"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "editor.html",
    "icons/*",
    "privacy.html"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": "default-src 'self'; img-src 'self' https://www.google.com; style-src 'self' 'unsafe-inline'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{bd528918-1c6c-426f-b295-7c58477ef90d}"
    }
  }
}

Best Markdown Bookmarks Toolbars Alternatives

Here are some Firefox add-ons that are similar to Markdown Bookmarks Toolbars: