Weje Web Clipper Firefox

Examine source code of Weje Web Clipper

By: Weje
Inspect and view changes in Weje Web Clipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Weje Web Clipper",
  "description": "Use Web Clipper to save text and images to Weje",
  "version": "1.1.2",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "http://localhost:8080/*",
        "https://dev.weje.io/*",
        "https://dev.weje.tech/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://app.weje.io/*"
    ]
  },
  "browser_action": {
    "default_title": "Weje Dev",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "24": "icon24.png",
    "32": "icon32.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c85fc827-7649-4c1c-86dd-f7260f71e2ca}"
    }
  }
}

Best Weje Web Clipper Alternatives

Here are some Firefox add-ons that are similar to Weje Web Clipper: