PTT 鄉民樂 - 文章分析小工具

PTT 鄉民樂 - 文章分析小工具

簡易文章分析工具

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PTT 鄉民樂 - 文章分析小工具",
  "description": "簡易文章分析工具",
  "version": "2015.511.2130",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon48.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "http://ptt.social/*",
    "*://www.ptt.cc/bbs/*/*.html"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "jquery-1.11.3.min.js",
      "background.js"
    ]
  }
}