Owl devtools
Chrome devtools extension for Odoo Owl framework
Owl devtoolsとは何ですか?
Owl devtoolsはOdooによって開発されたChromeの拡張機能で、その主な機能は「Chrome devtools extension for Odoo Owl framework」です。
拡張機能のスクリーンショット
Owl devtools拡張機能のCRXファイルをダウンロード
Owl devtools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is used by developers to debug applications which use the Owl JS framework by giving visual information about the structure of the components, their contents and information about their lifecycle. Documentation: https://github.com/odoo/owl/blob/master/doc/tools/devtools_guide.md
拡張機能の基本情報
名前 | Owl devtools |
ID | ldbfanecnfeflgbmgkbmipobkmoolbjb |
公式URL | https://chromewebstore.google.com/detail/owl-devtools/ldbfanecnfeflgbmgkbmipobkmoolbjb |
説明 | Chrome devtools extension for Odoo Owl framework |
ファイルサイズ | 906 KB |
インストール数 | 2,855 |
現在のバージョン | 1.2.2 |
最終更新日 | 2023-10-18 |
公開日 | 2023-04-11 |
評価 | 5.00/5 合計 14 レビュー |
開発者 | Odoo |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/odoo/owl/blob/master/doc/tools/devtools_guide.md |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Owl devtools", "version": "1.2.2", "manifest_version": 3, "description": "Chrome devtools extension for Odoo Owl framework", "icons": { "128": "assets\/icon128.png" }, "action": { "default_icon": { "128": "assets\/icon_disabled128.png" }, "default_title": "Owl devtools", "default_popup": "popup_app\/popup.html" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": { "script-src": "self", "object-src": "self" }, "background": { "service_worker": "background.js" }, "devtools_page": "devtools_app\/devtools.html", "content_scripts": [ { "matches": [ " |