秀米插件

秀米插件

秀米插件란 무엇입니까?

秀米插件은(는) 秀睿信息科技(上海)有限公司에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "秀米插件"입니다.

확장 프로그램 스크린샷

screenshot

秀米插件 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 秀米插件 秀米插件
ID fifkoliiibjdpcdfcknjjcpnahhnihid
공식 URL https://chromewebstore.google.com/detail/%E7%A7%80%E7%B1%B3%E6%8F%92%E4%BB%B6/fifkoliiibjdpcdfcknjjcpnahhnihid
설명 秀米插件
파일 크기 29.12 KB
설치 횟수 20,000
현재 버전 0.0.3
최근 업데이트 2023-08-11
출시 날짜 2023-07-26
평점 5.00/5 총 1 개의 평점
개발자 秀睿信息科技(上海)有限公司
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://xiumi.us
지원되는 언어 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\/*"
        ]
    }
}