Otter DevTools
DevTools to help with the development of application based on Otter Framework
Otter DevTools là gì?
Otter DevTools là một tiện ích mở rộng Chrome được phát triển bởi AmadeusITGroup, và tính năng chính của nó là "DevTools to help with the development of application based on Otter Framework".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Otter DevTools
Tải xuống các tệp mở rộng Otter DevTools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Otter DevTools |
ID | aejabgendbpckkdnjaphhlifbhepmbne |
URL Chính Thức | https://chromewebstore.google.com/detail/otter-devtools/aejabgendbpckkdnjaphhlifbhepmbne |
Mô tả | DevTools to help with the development of application based on Otter Framework |
Kích Thước Tệp | 12.93 MB |
Số Lần Cài Đặt | 206 |
Phiên Bản Hiện Tại | 10.0.0 |
Cập Nhật Lần Cuối | 2024-03-07 |
Ngày Phát Hành | 2023-01-27 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | AmadeusITGroup |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/AmadeusITGroup/otter |
URL Trang Trợ Giúp | https://github.com/AmadeusITGroup/otter/issues |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |