Show Me The DATA

Show Me The DATA

快速获取模版变量

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Show Me The DATA",
  "version": "17.11.9",
  "description": "快速获取模版变量",
  "permissions": [
    "http://*.baidu.com/",
    "tabs",
    "https://*.baidu.com/",
    "http://cp01-tieba-ftp00.cp01.baidu.com:8080/"
  ],
  "page_action": {
    "default_icon": "image/icon.png",
    "default_title": "点击显示模版变量(双击新窗口打开)"
  },
  "background": {
    "scripts": [
      "lib/uri.js",
      "js/cache.js",
      "js/background.js"
    ]
  },
  "icons": {
    "48": "image/icon_48.png",
    "128": "image/icon_128.png"
  },
  "web_accessible_resources": [
    "page/view.html"
  ],
  "manifest_version": 2
}