Otter DevTools

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

Wat is Otter DevTools?

Otter DevTools is een Chrome-extensie ontwikkeld door AmadeusITGroup, en de belangrijkste functie is "DevTools to help with the development of application based on Otter Framework".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Otter DevTools

Download Otter DevTools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Otter DevTools Otter DevTools
ID aejabgendbpckkdnjaphhlifbhepmbne
Officiële URL https://chromewebstore.google.com/detail/otter-devtools/aejabgendbpckkdnjaphhlifbhepmbne
Beschrijving DevTools to help with the development of application based on Otter Framework
Bestandsgrootte 12.93 MB
Aantal Installaties 206
Huidige Versie 10.0.0
Laatst Bijgewerkt 2024-03-07
Publicatiedatum 2023-01-27
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar AmadeusITGroup
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/AmadeusITGroup/otter
Help Pagina-URL https://github.com/AmadeusITGroup/otter/issues
Ondersteunde Talen 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:\/\/*\/*"
    ]
}