Mark as done Firefox

Examine source code of Mark as done

Inspect and view changes in Mark as done source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Mark as done",
  "version": "3.0.1",
  "description": "Easily track your reading progress with automatically marked links.",
  "web_accessible_resources": [
    {
      "resources": [
        "images/icon-none.png",
        "images/icon-todo.png",
        "images/icon-done.png",
        "src/3rdparty/p-debounce-4.0.0/index.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting",
    "unlimitedStorage"
  ],
  "action": {
    "default_icon": {
      "128": "images/icon-none.png"
    }
  },
  "icons": {
    "128": "/images/icon-none.png"
  },
  "options_ui": {
    "page": "src/options/options.html"
  },
  "incognito": "not_allowed",
  "background": {
    "scripts": [
      "src/service-worker.module.js"
    ],
    "type": "module"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7a38b7e1-ba04-47c7-8998-ad10388b1dcf}"
    }
  }
}

Best Mark as done Alternatives

Here are some Firefox add-ons that are similar to Mark as done: