艦これ 艦載機計算機の隠し味

艦これ 艦載機計算機の隠し味

艦これ 艦載機計算機の編成と装備とマップを保存します。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "Kancolle-Aircraft-Calculator-Expansion.user.js"
      ],
      "matches": [
        "http://www.kancolle-calc.net/aircrafts.htm*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon19.png"
  },
  "page_action": {
    "default_icon": {
      "19": "icon19.png"
    },
    "default_title": "艦これ艦載機計算機の隠し味"
  },
  "description": "艦これ 艦載機計算機の編成と装備とマップを保存します。",
  "name": "艦これ 艦載機計算機の隠し味",
  "version": "0.0.2"
}