Airtable Web Clipper Firefox

Examine source code of Airtable Web Clipper

Inspect and view changes in Airtable Web Clipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Airtable Web Clipper",
  "version": "1.0",
  "description": "Clip nội dung trang web vào Airtable.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9301dcff-9d1d-4f3d-841f-6af23b3ef097}"
    }
  }
}

Best Airtable Web Clipper Alternatives

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