Bookmark Sync Firefox

Examine source code of Bookmark Sync

By: Dodying
Inspect and view changes in Bookmark Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "homepage_url": "https://github.com/dodying/Bookmark-Sync",
  "name": "__MSG_extName__",
  "version": "0.0.3",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "images/logo-16.png",
    "48": "images/logo-48.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/logo-16.png",
      "48": "images/logo-48.png"
    },
    "default_title": "__MSG_extDesc__",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "bookmarks"
  ]
}

Best Bookmark Sync Alternatives

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