YApi-X
YApi-X 浏览器插件。
Wat is YApi-X?
YApi-X is een Chrome-extensie ontwikkeld door Jay Fong, en de belangrijkste functie is "YApi-X 浏览器插件。".
Extensie Screenshots
Download het CRX-bestand van de extensie YApi-X
Download YApi-X-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
YApi-X 浏览器插件。
1、支持 YApi-X 和 YApi 官方版;
2、提供跨域请求能力;
3、支持文件上传(对于官方版,需修改 YApi 源码,请进入主页了解如何修改)。 Basisinformatie over de Extensie
| Naam | |
| ID | ebiododddhjccikhminneafpoppneknc |
| Officiële URL | https://chromewebstore.google.com/detail/yapi-x/ebiododddhjccikhminneafpoppneknc |
| Beschrijving | YApi-X 浏览器插件。 |
| Bestandsgrootte | 13.74 KB |
| Aantal Installaties | 12,172 |
| Huidige Versie | 1.2.1 |
| Laatst Bijgewerkt | 2022-05-26 |
| Publicatiedatum | 2020-04-07 |
| Beoordeling | 4.42/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | Jay Fong |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/fjc0k/YApi-X |
| Help Pagina-URL | https://github.com/fjc0k/YApi-X/issues |
| Ondersteunde Talen | 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"
]
}
]
} | |