美团R站助手

自动请求r.sankuai.com并拼接当前query,生成二维码

Cos'è 美团R站助手?

美团R站助手 è un'estensione di Chrome sviluppata da zhouxingchen04, e la sua funzione principale è "自动请求r.sankuai.com并拼接当前query,生成二维码".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 美团R站助手

Scarica i file di estensione 美团R站助手 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

                        自动获取当前本机IP和路径端口,自动请求r.sankuai.com并拼接当前query,生成二维码。                    

Informazioni di Base sull'Estensione

Nome 美团R站助手 美团R站助手
ID okgbifalmchaoipheobgnffgdbjppmfc
URL Ufficiale https://chromewebstore.google.com/detail/%E7%BE%8E%E5%9B%A2r%E7%AB%99%E5%8A%A9%E6%89%8B/okgbifalmchaoipheobgnffgdbjppmfc
Descrizione 自动请求r.sankuai.com并拼接当前query,生成二维码
Dimensione del File 842 KB
Conteggio Installazioni 120
Versione Corrente 1.2.2
Ultimo Aggiornamento 2022-03-31
Data di Pubblicazione 2021-10-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore zhouxingchen04
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://portal-portm.meituan.com/zhouxingchen-chrome-extension-privacy-policy
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u7f8e\u56e2R\u7ad9\u52a9\u624b",
    "version": "1.2.2",
    "description": "\u81ea\u52a8\u8bf7\u6c42r.sankuai.com\u5e76\u62fc\u63a5\u5f53\u524dquery\uff0c\u751f\u6210\u4e8c\u7ef4\u7801",
    "author": "zhouxingchen04",
    "icons": {
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": []
}