Chatwork Quick Info Input

Chatwork Quick Info Input

Chatworkの[info][/info]を素早く入力する拡張機能

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "3.0.8",
  "short_name": "__MSG_appShortName__",
  "manifest_version": 3,
  "default_locale": "ja",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.chatwork.com/*",
        "*://chatwork.com/*",
        "*://kcw.kddi.ne.jp/*"
      ],
      "js": [
        "scripts/contentscript.js"
      ]
    }
  ]
}