Otter DevTools
DevTools to help with the development of application based on Otter Framework
Otter DevToolsคืออะไร?
Otter DevTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AmadeusITGroup และคุณลักษณะหลักของมันคือ "DevTools to help with the development of application based on Otter Framework"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Otter DevTools
ดาวน์โหลดไฟล์ส่วนขยาย Otter DevTools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
DevTools to help with the development of application based on Otter Framework. It provides several tools to customize, debug and visualize an Otter based application
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Otter DevTools |
ID | aejabgendbpckkdnjaphhlifbhepmbne |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/otter-devtools/aejabgendbpckkdnjaphhlifbhepmbne |
คำอธิบาย | DevTools to help with the development of application based on Otter Framework |
ขนาดไฟล์ | 12.93 MB |
จำนวนการติดตั้ง | 206 |
เวอร์ชันปัจจุบัน | 10.0.0 |
อัปเดตครั้งล่าสุด | 2024-03-07 |
วันที่เผยแพร่ | 2023-01-27 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | AmadeusITGroup |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/AmadeusITGroup/otter |
URL หน้าช่วยเหลือ | https://github.com/AmadeusITGroup/otter/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Otter DevTools", "description": "DevTools to help with the development of application based on Otter Framework", "version": "10.0.0", "manifest_version": 3, "permissions": [ "activeTab", "scripting", "webNavigation" ], "icons": { "16": "\/extension\/icons\/16x16.png", "32": "\/extension\/icons\/32x32.png", "48": "\/extension\/icons\/48x48.png", "128": "\/extension\/icons\/128x128.png" }, "devtools_page": "devtools.html", "background": { "service_worker": "extension\/background.js", "type": "module" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |