Shaarli synchronizer Firefox

Examine source code of Shaarli synchronizer

Inspect and view changes in Shaarli synchronizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Shaarli synchronizer",
  "version": "0.13.1",
  "author": "Sébastien Borie",
  "description": "2-ways sync between a Shaarli server and your browser's bookmarks.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "webRequest",
    "bookmarks",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "watcher.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-32.png",
    "default_title": "Synchronize Shaarli"
  },
  "commands": {
    "toggle-feature": {
      "suggested_key": {
        "default": "Ctrl+D"
      },
      "description": "Send a 'toggle-feature' event"
    }
  }
}

Best Shaarli synchronizer Alternatives

Here are some Firefox add-ons that are similar to Shaarli synchronizer: