Swagger Ui Themes
All themes of https://github.com/ostranme/swagger-ui-themes in an extension
Swagger Ui Themesคืออะไร?
Swagger Ui Themes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AMoreaux และคุณลักษณะหลักของมันคือ "All themes of https://github.com/ostranme/swagger-ui-themes in an extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swagger Ui Themes
ดาวน์โหลดไฟล์ส่วนขยาย Swagger Ui Themes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extensions to apply themes from https://github.com/ostranme/swagger-ui-themes on swagger.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Swagger Ui Themes |
ID | mmbhchnmidfdfbecginjphmijieofngc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/swagger-ui-themes/mmbhchnmidfdfbecginjphmijieofngc |
คำอธิบาย | All themes of https://github.com/ostranme/swagger-ui-themes in an extension |
ขนาดไฟล์ | 101 KB |
จำนวนการติดตั้ง | 409 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-03-21 |
วันที่เผยแพร่ | 2019-03-20 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | AMoreaux |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/AMoreaux/swagger-ui-themes-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Swagger Ui Themes", "version": "1.0", "description": "All themes of https:\/\/github.com\/ostranme\/swagger-ui-themes in an extension", "browser_action": { "default_popup": "popup.html" }, "web_accessible_resources": [ "themes\/*" ], "permissions": [ "activeTab", "storage" ] } |