96编辑器小工具

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

What is 96编辑器小工具?

96编辑器小工具 is a Chrome extension developed by 96编辑器, and its main feature is "微信公众号运营必备效率工具".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 96编辑器小工具 Extension CRX File

Download 96编辑器小工具 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 96编辑器小工具 96编辑器小工具
ID kmkagoolneedcbnifoloebjkdomdngdn
Official 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
Description 微信公众号运营必备效率工具
File Size 1.12 MB
Installation Count 656
Current Version 1.0.4
Last Updated 2024-01-24
Publish Date 2024-01-24
Rating 5.00/5 Total 1 Ratings
Developer 96编辑器
Email [email protected]
Payment Type free
Privacy Policy Page URL https://bj.96weixin.com/privacy-policy.html
Supported Languages 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'"
    }
}