艦これ QR Geter

艦これ QR Geter

a extension aim to get key info of 艦これ and convert to qr code!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "艦これ QR Geter",
  "version": "1.0.3",
  "description": "a extension aim to get key info of 艦これ and convert to qr code!",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "http://osapi.dmm.com/gadgets/*"
      ],
      "all_frames": true,
      "js": [
        "timer_inc.js",
        "kantechs.js"
      ]
    },
    {
      "matches": [
        "http://osapi.dmm.com/gadgets/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "jq.js",
        "qrcode.min.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "jquery.min.map"
  ]
}