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”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | aejabgendbpckkdnjaphhlifbhepmbne |
| 官方網址 | 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:\/\/*\/*"
]
} | |