最終更新:2013-12-10 (火) 09:24:00 (3790d)  

content_scripts
Top / content_scripts

https://developer.chrome.com/extensions/content_scripts.html

メモ

  • 読み込んだページのDOMを操作することができ、拡張コンテキストと相互に通信が可能
  "content_scripts": [
    {
      "matches": ["http://www.google.com/*"],
      "css": ["mystyles.css"],
      "js": ["jquery.js", "myscript.js"]
    }
  ],

キー

  • matches
  • exclude_matches
  • css
  • js
  • run_at
  • all_frames
  • include_globs
  • exclude_globs