Recipe Extractor Firefox

Examine source code of Recipe Extractor

By: lam
Inspect and view changes in Recipe Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Recipe Extractor",
  "version": "1.0",
  "description": "Tự động trích xuất nguyên liệu và cách làm từ công thức nấu ăn.",
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{52867e83-93b3-42bb-ac85-b584138414d4}"
    }
  }
}

Best Recipe Extractor Alternatives

Here are some Firefox add-ons that are similar to Recipe Extractor: