最終更新:2013-12-10 (火) 09:17:38 (3787d)  

background
Top / background

manifest.json

  • scrtips:*.js
  • page:*.html
  • persistent:bool

Google Chrome/拡張機能/イベントページ

  •   "background": {
        "scripts": ["eventPage.js"],
        "persistent": false
      },

Google Chrome/拡張機能/バックグラウンドページ

  •   "background": {
        "scripts": ["background.js"]
      },