96编辑器小工具

微信公众号运营必备效率工具

96编辑器小工具란 무엇입니까?

96编辑器小工具은(는) 96编辑器에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "微信公众号运营必备效率工具"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

96编辑器小工具 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        微信公众号运营必备的效率工具,用户可以方便的对文章进行排版,同步,提取公众号的资源,内容。                    

확장 프로그램 기본 정보

이름 96编辑器小工具 96编辑器小工具
ID kmkagoolneedcbnifoloebjkdomdngdn
공식 URL https://chromewebstore.google.com/detail/96%E7%BC%96%E8%BE%91%E5%99%A8%E5%B0%8F%E5%B7%A5%E5%85%B7/kmkagoolneedcbnifoloebjkdomdngdn
설명 微信公众号运营必备效率工具
파일 크기 1.12 MB
설치 횟수 656
현재 버전 1.0.4
최근 업데이트 2024-01-24
출시 날짜 2024-01-24
평점 5.00/5 총 1 개의 평점
개발자 96编辑器
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://bj.96weixin.com/privacy-policy.html
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "96\u7f16\u8f91\u5668\u5c0f\u5de5\u5177",
    "version": "1.0.4",
    "description": "\u5fae\u4fe1\u516c\u4f17\u53f7\u8fd0\u8425\u5fc5\u5907\u6548\u7387\u5de5\u5177",
    "action": {
        "default_icon": ".\/assets\/icons\/icon.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icons\/icon-16.png",
        "32": ".\/assets\/icons\/icon-32.png",
        "48": ".\/assets\/icons\/icon-48.png",
        "128": ".\/assets\/icons\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "contextMenus",
        "proxy"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}