微信文件传输

更便捷的微信文件传输,可直接通过小窗口传输文件,让网页版更好用!

Cos'è 微信文件传输?

微信文件传输 è un'estensione di Chrome sviluppata da Geocld, e la sua funzione principale è "更便捷的微信文件传输,可直接通过小窗口传输文件,让网页版更好用!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 微信文件传输

Scarica i file di estensione 微信文件传输 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        本扩展是微信文件传输网页版扩展,旨在用户可以在浏览器任何窗口通过扩展打开文件传输窗口进行文件、文字传输,无需频繁进入网页操作。                    

Informazioni di Base sull'Estensione

Nome 微信文件传输 微信文件传输
ID mgfljdbannmjmdipmhahhaooopbfllei
URL Ufficiale https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E6%96%87%E4%BB%B6%E4%BC%A0%E8%BE%93/mgfljdbannmjmdipmhahhaooopbfllei
Descrizione 更便捷的微信文件传输,可直接通过小窗口传输文件,让网页版更好用!
Dimensione del File 34.51 KB
Conteggio Installazioni 395
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-06-30
Data di Pubblicazione 2022-06-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Geocld
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Geocld/wechat-file-transfer-extension
URL della Pagina di Aiuto https://github.com/Geocld/wechat-file-transfer-extension/issues
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5fae\u4fe1\u6587\u4ef6\u4f20\u8f93",
    "manifest_version": 3,
    "version": "1.0.0",
    "author": "Geocld",
    "description": "\u66f4\u4fbf\u6377\u7684\u5fae\u4fe1\u6587\u4ef6\u4f20\u8f93\uff0c\u53ef\u76f4\u63a5\u901a\u8fc7\u5c0f\u7a97\u53e3\u4f20\u8f93\u6587\u4ef6\uff0c\u8ba9\u7f51\u9875\u7248\u66f4\u597d\u7528\uff01",
    "icons": {
        "20": "images\/20.png",
        "19": "images\/20.png",
        "30": "images\/20.png",
        "48": "images\/20.png",
        "128": "images\/128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/20.png",
        "default_title": "\u6b22\u8fce\u4f7f\u7528\u5fae\u4fe1\u6587\u4ef6\u4f20\u8f93\u6269\u5c55",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "chrome\/wxobserve.js"
            ],
            "matches": [
                "*:\/\/filehelper.weixin.qq.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/filehelper.weixin.qq.com\/*"
    ],
    "homepage_url": "https:\/\/github.com\/Geocld\/wechat-file-transfer-extension",
    "web_accessible_resources": [
        {
            "resources": [
                "chrome\/sendMessage.js",
                "chrome\/sendFile.js",
                "chrome\/catchList.js",
                "chrome\/logout.js"
            ],
            "matches": [
                "*:\/\/filehelper.weixin.qq.com\/*"
            ]
        }
    ]
}