Bookmark it!f Firefox

Examine source code of Bookmark it!f

By: romania Add-on
Inspect and view changes in Bookmark it!f source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bookmark it!",
  "version": "1.1",
  "description": "A simple bookmark button",
  "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/bookmark-it",
  "icons": {
    "48": "icons/bookmark-it.png",
    "96": "icons/bookmark-it@2x.png"
  },
  "permissions": [
    "bookmarks",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/star-empty-38.png",
    "default_title": "Bookmark it!"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Bookmark it!f Alternatives

Here are some Firefox add-ons that are similar to Bookmark it!f: