Otter DevTools
DevTools to help with the development of application based on Otter Framework
Vad är Otter DevTools?
Otter DevTools är en Chrome-tillägg utvecklad av AmadeusITGroup, och dess huvudfunktion är "DevTools to help with the development of application based on Otter Framework".
Tilläggsskärmbilder
Ladda ner Otter DevTools-förlängningens CRX-fil
Ladda ner Otter DevTools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Otter DevTools |
ID | aejabgendbpckkdnjaphhlifbhepmbne |
Officiell webbadress | https://chromewebstore.google.com/detail/otter-devtools/aejabgendbpckkdnjaphhlifbhepmbne |
Beskrivning | DevTools to help with the development of application based on Otter Framework |
Filstorlek | 12.93 MB |
Antal Installationer | 206 |
Aktuell Version | 10.0.0 |
Senast Uppdaterad | 2024-03-07 |
Publiceringsdatum | 2023-01-27 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | AmadeusITGroup |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/AmadeusITGroup/otter |
Hjälpsida URL | https://github.com/AmadeusITGroup/otter/issues |
Stödda Språk | 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:\/\/*\/*" ] } |