Inline Snapshot Firefox

Examine source code of Inline Snapshot

Par : Alpha
Inspect and view changes in Inline Snapshot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Snapshot",
  "version": "1.1",
  "description": "Capture full screen and store screenshots with persistent storage",
  "browser_specific_settings": {
    "gecko": {
      "id": "snapshot-screenshot@extension.local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "downloads",
    "unlimitedStorage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Snapshot - Click to capture"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Meilleures alternatives Inline Snapshot

Voici quelques Firefox add-ons qui sont similaires à Inline Snapshot :