右クリックからレシピ検索(クックパッドなぞり検索)

右クリックからレシピ検索(クックパッドなぞり検索)

ウェブ上の文字をなぞってクックパッドを検索できます

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "右クリックからレシピ検索(クックパッドなぞり検索)",
  "version": "1.0.0",
  "description": "ウェブ上の文字をなぞってクックパッドを検索できます",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  }
}