数智校对

数智校对

数智校对是一个高效、准确、便捷的AI语义分析工具,帮助你识别字词语法、政治类、禁用词、敏感词类错误,并提出修正建议,全面提高内容质量。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "数智校对",
  "version": "1.1.20",
  "description": "数智校对是一个高效、准确、便捷的AI语义分析工具,帮助你识别字词语法、政治类、禁用词、敏感词类错误,并提出修正建议,全面提高内容质量。",
  "author": "mushroom, zoujiahong",
  "manifest_version": 3,
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "action": {
    "default_icon": {
      "19": "icons/48.png",
      "38": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_title": "数智校对",
    "default_popup": "pages/popup.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "options_page": "pages/options.html",
  "content_scripts": [
    {
      "js": [
        "js/customer_service.js"
      ],
      "run_at": "document_end",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "match_about_blank": true,
      "css": [
        "css/elementui.css"
      ],
      "all_frames": false
    },
    {
      "js": [
        "js/equipment_inject.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://10.0.3.44/*",
        "*://10.0.99.154/*",
        "*://zunyiyizhuan.cn/*",
        "*://www.zunyiyizhuan.cn/*",
        "*://www.asotc.cn/*",
        "*://web.zmu.edu.cn/*",
        "*://222.85.129.171/*"
      ],
      "css": [
        "css/elementui.css"
      ],
      "all_frames": false
    },
    {
      "js": [
        "js/magazine_inject.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://192.168.0.25/*",
        "*://magazine.newssc.org/*"
      ],
      "css": [
        "css/elementui.css"
      ],
      "all_frames": false
    },
    {
      "js": [
        "js/inject.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://mp.weixin.qq.com/cgi-bin/appmsg?t=media/appmsg_edit*",
        "*://10.11.2.144/*",
        "*://site.qdcaijing.com/*"
      ],
      "css": [
        "css/elementui.css"
      ],
      "all_frames": false
    },
    {
      "js": [
        "js/toutiao_inject.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://mp.toutiao.com/*"
      ],
      "css": [
        "css/elementui.css"
      ],
      "all_frames": false
    },
    {
      "js": [
        "js/xinhua_inject.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://cmsparty.xinhuaapp.com/*"
      ],
      "css": [
        "css/elementui.css"
      ],
      "all_frames": false
    },
    {
      "js": [
        "js/wbInject.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://weibo.com/*"
      ],
      "css": [
        "css/elementui.css"
      ],
      "all_frames": false
    },
    {
      "js": [
        "js/taiji_inject.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://58.48.177.23/*",
        "*://jmwap.ctdsb.net/*",
        "*://jmp3.ctdsb.net/*"
      ],
      "css": [
        "css/elementui.css"
      ],
      "all_frames": false
    },
    {
      "js": [
        "js/hw_inject.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://bbs.rednet.cn/admin.php*"
      ],
      "css": [
        "css/elementui.css"
      ],
      "all_frames": false
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/*",
        "fonts/*",
        "css/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}