智媒助理

智媒助理

专业新闻媒体内容生产辅助工具。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "智媒助理",
  "version": "1.0.4",
  "description": "专业新闻媒体内容生产辅助工具。",
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_title": "智媒助理",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "static/js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://weibo.com/*",
        "*://*.weibo.com/*",
        "*://*.weixin.qq.com/*",
        "*://zm.news-tech.cn/*",
        "*://172.31.16.4/*",
        "*://172.31.16.5/*"
      ],
      "css": [
        "static/css/content.css"
      ],
      "js": [
        "static/js/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "*://zm.news-tech.cn/serv/api/*",
    "*://103.66.32.30/bucket-wjb/*",
    "*://sikeuser.news.cn/bucket-wjb/*",
    "*://contentapi.news.cn/manage/api/*",
    "*://mmbiz.qpic.cn/*"
  ],
  "web_accessible_resources": [
    "insert.js"
  ],
  "homepage_url": "https://zm.news-tech.cn/"
}