微信公众内容签名助手beta

微信公众内容签名助手beta

快速给微信公众号文章添加签名内容,如广告或版权文字、图片等

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "0.5.2",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "*://*/*",
    "tabs",
    "activeTab",
    "*://*.weixin.qq.com/*"
  ],
  "browser_action": {
    "name": "__MSG_extName__",
    "default_icon": "assets/icon_19x19.png",
    "default_title": "__MSG_title__"
  },
  "default_locale": "zh_CN",
  "homepage_url": "http://weibo.com/kexbar",
  "icons": {
    "16": "assets/icon_16x16.png",
    "48": "assets/icon_48x48.png",
    "128": "assets/icon_128x128.png"
  },
  "manifest_version": 2
}