Otter DevTools

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

什么是Otter DevTools?

Otter DevTools是由AmadeusITGroup开发的Chrome扩展程序,该扩展的主要功能是“DevTools to help with the development of application based on Otter Framework”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Otter DevTools扩展crx文件

下载Otter DevTools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Otter DevTools Otter DevTools
ID aejabgendbpckkdnjaphhlifbhepmbne
官方URL https://chromewebstore.google.com/detail/otter-devtools/aejabgendbpckkdnjaphhlifbhepmbne
简介 DevTools to help with the development of application based on Otter Framework
文件大小 12.93 MB
安装次数 206
当前版本 10.0.0
更新时间 2024-03-07
上架时间 2023-01-27
评分 5.00/5 共2次评分
开发者 AmadeusITGroup
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/AmadeusITGroup/otter
帮助页面URL https://github.com/AmadeusITGroup/otter/issues
支持的语言 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:\/\/*\/*"
    ]
}