Bookmark Navigator Firefox

Examine source code of Bookmark Navigator

Inspect and view changes in Bookmark Navigator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "bookmark-navigator@chobit.org",
      "strict_min_version": "78.0"
    }
  },
  "name": "Bookmark Navigator",
  "version": "0.1",
  "description": "Generate navigation page from Chrome bookmarks",
  "permissions": [
    "storage",
    "bookmarks",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "navigation.html",
    "styles.css",
    "*.js",
    "i18n/*.js"
  ]
}

Best Bookmark Navigator Alternatives

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