秀米插件

秀米插件

秀米插件 là gì?

秀米插件 là một tiện ích mở rộng Chrome được phát triển bởi 秀睿信息科技(上海)有限公司, và tính năng chính của nó là "秀米插件".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 秀米插件

Tải xuống các tệp mở rộng 秀米插件 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 秀米插件 秀米插件
ID fifkoliiibjdpcdfcknjjcpnahhnihid
URL Chính Thức https://chromewebstore.google.com/detail/%E7%A7%80%E7%B1%B3%E6%8F%92%E4%BB%B6/fifkoliiibjdpcdfcknjjcpnahhnihid
Mô tả 秀米插件
Kích Thước Tệp 29.12 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-08-11
Ngày Phát Hành 2023-07-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển 秀睿信息科技(上海)有限公司
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://xiumi.us
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}