Otter DevTools

DevTools to help with the development of application based on Otter Framework

What is Otter DevTools?

Otter DevTools is a Chrome extension developed by AmadeusITGroup, and its main feature is "DevTools to help with the development of application based on Otter Framework".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Otter DevTools Extension CRX File

Download Otter DevTools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Otter DevTools Otter DevTools
ID aejabgendbpckkdnjaphhlifbhepmbne
Official URL https://chromewebstore.google.com/detail/otter-devtools/aejabgendbpckkdnjaphhlifbhepmbne
Description DevTools to help with the development of application based on Otter Framework
File Size 12.93 MB
Installation Count 206
Current Version 10.0.0
Last Updated 2024-03-07
Publish Date 2023-01-27
Rating 5.00/5 Total 2 Ratings
Developer AmadeusITGroup
Email [email protected]
Payment Type free
Extension Website https://github.com/AmadeusITGroup/otter
Help Page URL https://github.com/AmadeusITGroup/otter/issues
Supported Languages 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:\/\/*\/*"
    ]
}