【非公式】Talknote 電話やでぇ〜

【非公式】Talknote 電話やでぇ〜

Talknote(http://talknote.com/)の投稿フォームを電話メモ用に変更します。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "【非公式】Talknote 電話やでぇ〜",
  "version": "0.11",
  "description": "Talknote(http://talknote.com/)の投稿フォームを電話メモ用に変更します。",
  "icons": {
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    "js/jquery-2.1.1.min.map",
    "js/underscore-min.map"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://company.talknote.com/*"
      ],
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery-2.1.1.min.js",
        "js/underscore-min.js",
        "js/underscore.string.min.js",
        "js/jquery.autocomplete.js",
        "js/main.js"
      ],
      "run_at": "document_start"
    }
  ]
}