微信公众号文章插件

为微信公众号文章埋入插件

What is 微信公众号文章插件?

微信公众号文章插件 is a Chrome extension developed by Meritco Services, and its main feature is "为微信公众号文章埋入插件".

Download 微信公众号文章插件 Extension CRX File

Download 微信公众号文章插件 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        方便微信开发者处理文章编辑器中的内容。                    

Extension Basic Information

Name 微信公众号文章插件 微信公众号文章插件
ID ldhffmlhdecfoljbjpihcmbbihhgghpe
Official URL https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E5%85%AC%E4%BC%97%E5%8F%B7%E6%96%87%E7%AB%A0%E6%8F%92%E4%BB%B6/ldhffmlhdecfoljbjpihcmbbihhgghpe
Description 为微信公众号文章埋入插件
File Size 103 KB
Installation Count 90
Current Version 1.1
Last Updated 2018-01-11
Publish Date 2018-01-10
Rating 5.00/5 Total 1 Ratings
Developer Meritco Services
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5fae\u4fe1\u516c\u4f17\u53f7\u6587\u7ae0\u63d2\u4ef6",
    "description": "\u4e3a\u5fae\u4fe1\u516c\u4f17\u53f7\u6587\u7ae0\u57cb\u5165\u63d2\u4ef6",
    "manifest_version": 2,
    "version": "1.1",
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup\/options.html",
        "default_title": "\u6587\u7ae0\u5904\u7406"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "jquery\/jquery-1.7.1.js",
                "content_scripts\/cscript.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "options_page": "popup\/options.html",
    "background": {
        "scripts": [
            "background\/myscript.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}