Interval Screenshot Firefox

Examine source code of Interval Screenshot

提供元: raymond
Inspect and view changes in Interval Screenshot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Interval Screenshot",
  "version": "1.0",
  "description": "Automatically capture screenshots at regular intervals and save them locally",
  "browser_specific_settings": {
    "gecko": {
      "id": "interval-screenshot@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "downloads",
    "tabs",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

ベストのInterval Screenshot代替案

Interval Screenshotに類似したFirefox add-onをいくつか紹介します: