DevelopersIO_Search

DevelopersIO_Search

DevelopersIOのサイト内検索を行うための検索ボックスです。Googleサイト内検索結果を別タブで表示します。

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DevelopersIO_Search",
  "version": "1.0",
  "manifest_version": 2,
  "description": "DevelopersIOのサイト内検索を行うための検索ボックスです。Googleサイト内検索結果を別タブで表示します。",
  "icons": {
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "developersio.png"
    },
    "default_popup": "popup.html"
  }
}