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
拡張機能の基本情報
名前 | 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 |
Eメール | [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:\/\/*\/*" ] } |