秀米插件

秀米插件

What is 秀米插件?

秀米插件 is a Chrome extension developed by 秀睿信息科技(上海)有限公司, and its main feature is "秀米插件".

Extension Screenshots

screenshot

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

                        将秀米图文内容快速复制到公众号后台图文编辑器,可以解决一些用复制粘贴会引起的格式丢失问题(例如特定的一些SVG功能),类似于使用秀米的同步功能但不需要进行公众号授权。                    

Extension Basic Information

Name 秀米插件 秀米插件
ID fifkoliiibjdpcdfcknjjcpnahhnihid
Official URL https://chromewebstore.google.com/detail/%E7%A7%80%E7%B1%B3%E6%8F%92%E4%BB%B6/fifkoliiibjdpcdfcknjjcpnahhnihid
Description 秀米插件
File Size 29.12 KB
Installation Count 20,000
Current Version 0.0.3
Last Updated 2023-08-11
Publish Date 2023-07-26
Rating 5.00/5 Total 1 Ratings
Developer 秀睿信息科技(上海)有限公司
Email [email protected]
Payment Type free
Extension Website http://xiumi.us
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "0.0.3",
    "description": "__MSG_extensionDescription__",
    "default_locale": "zh_CN",
    "author": "[email protected]",
    "icons": {
        "16": "images\/logo_normal_16.png",
        "32": "images\/logo_normal_32.png",
        "48": "images\/logo_normal_48.png",
        "128": "images\/logo_normal_128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/logo_normal_16.png",
            "24": "images\/logo_normal_24.png",
            "32": "images\/logo_normal_32.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "views\/popup.html"
    },
    "background": {
        "service_worker": "scripts\/serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/xiumi.us\/*",
                "https:\/\/*.xiumi.us\/*",
                "http:\/\/*.xiumi.us\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "scripts\/crossoverSource.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mp.weixin.qq.com\/cgi-bin\/appmsg*"
            ],
            "run_at": "document_idle",
            "js": [
                "scripts\/crossoverSink.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mp.weixin.qq.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.jpeg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/xiumi.us\/*",
            "https:\/\/*.xiumi.us\/*",
            "http:\/\/*.xiumi.us\/*"
        ]
    }
}