YApi-X
YApi-X 浏览器插件。
Cos'è YApi-X?
YApi-X è un'estensione di Chrome sviluppata da Jay Fong, e la sua funzione principale è "YApi-X 浏览器插件。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YApi-X
Scarica i file di estensione YApi-X 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
                        YApi-X 浏览器插件。
1、支持 YApi-X 和 YApi 官方版;
2、提供跨域请求能力;
3、支持文件上传(对于官方版,需修改 YApi 源码,请进入主页了解如何修改)。                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | ebiododddhjccikhminneafpoppneknc | 
| URL Ufficiale | https://chromewebstore.google.com/detail/yapi-x/ebiododddhjccikhminneafpoppneknc | 
| Descrizione | YApi-X 浏览器插件。 | 
| Dimensione del File | 13.74 KB | 
| Conteggio Installazioni | 12,172 | 
| Versione Corrente | 1.2.1 | 
| Ultimo Aggiornamento | 2022-05-26 | 
| Data di Pubblicazione | 2020-04-07 | 
| Valutazione | 4.42/5 Totale 12 Valutazioni | 
| Sviluppatore | Jay Fong | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/fjc0k/YApi-X | 
| URL della Pagina di Aiuto | https://github.com/fjc0k/YApi-X/issues | 
| Lingue Supportate | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YApi-X",
    "description": "YApi-X \u6d4f\u89c8\u5668\u63d2\u4ef6\u3002",
    "version": "1.2.1",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "adapter.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "runtime.js"
            ]
        }
    ]
}  |  |