RecipEase

RecipEase

Jumps straight to a recipe section of a webpage (if it exists), skipping past all the (usually) unneccesary preamble

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "RecipEaze",
  "version": "1.1.1",
  "description": "Jumps straight to a recipe section of a webpage (if it exists), skipping past all the (usually) unneccesary preamble",
  "icons": {
    "96": "icons/mg.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/tb.png",
    "default_title": "RecipEaze",
    "default_popup": "popup/rf.html"
  }
}