微信公众号文章插件

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

微信公众号文章插件란 무엇입니까?

微信公众号文章插件은(는) Meritco Services에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "为微信公众号文章埋入插件"입니다.

微信公众号文章插件 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 微信公众号文章插件 微信公众号文章插件
ID ldhffmlhdecfoljbjpihcmbbihhgghpe
공식 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
설명 为微信公众号文章埋入插件
파일 크기 103 KB
설치 횟수 90
현재 버전 1.1
최근 업데이트 2018-01-11
출시 날짜 2018-01-10
평점 5.00/5 총 1 개의 평점
개발자 Meritco Services
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}