MiniDataScraper Firefox

Examine source code of MiniDataScraper

Por: 夏茂成
Inspect and view changes in MiniDataScraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MiniDataScraper",
  "version": "1.0.0",
  "description": "AI智能数据采集助手 - 一键提取网页商品信息",
  "permissions": [
    "activeTab",
    "storage",
    "alarms",
    "notifications",
    "<all_urls>"
  ],
  "commands": {
    "open-popup": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      },
      "description": "打开MiniDataScraper"
    },
    "quick-scan": {
      "suggested_key": {
        "default": "Ctrl+Shift+Q"
      },
      "description": "快速扫描页面"
    },
    "quick-scrape": {
      "suggested_key": {
        "default": "Ctrl+Shift+E"
      },
      "description": "快速抓取数据"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.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"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "content.js",
    "icons/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "mini-data-scraper@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Mejores alternativas MiniDataScraper

Aquí hay algunas Firefox add-ons que son similares a MiniDataScraper: