clip.so Firefox

Examine source code of clip.so

By: clip.so
Inspect and view changes in clip.so source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "clip.so",
  "description": "Cross browser bookmarks",
  "version": "1.0.10",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "https://clip.so/*",
        "http://localhost/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "bookmarks",
    "storage",
    "*://*/*"
  ]
}

Best clip.so Alternatives

Here are some Firefox add-ons that are similar to clip.so: