Otter DevTools
DevTools to help with the development of application based on Otter Framework
Apa itu Otter DevTools?
Otter DevTools adalah ekstensi Chrome yang dikembangkan oleh AmadeusITGroup, dan fitur utamanya adalah "DevTools to help with the development of application based on Otter Framework".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Otter DevTools
Unduh file ekstensi Otter DevTools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Otter DevTools |
ID | aejabgendbpckkdnjaphhlifbhepmbne |
URL Resmi | https://chromewebstore.google.com/detail/otter-devtools/aejabgendbpckkdnjaphhlifbhepmbne |
Deskripsi | DevTools to help with the development of application based on Otter Framework |
Ukuran File | 12.93 MB |
Jumlah Instalasi | 206 |
Versi Saat Ini | 10.0.0 |
Terakhir Diperbarui | 2024-03-07 |
Tanggal Publikasi | 2023-01-27 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | AmadeusITGroup |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/AmadeusITGroup/otter |
URL Halaman Bantuan | https://github.com/AmadeusITGroup/otter/issues |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |