Owl devtools
Chrome devtools extension for Odoo Owl framework
What is Owl devtools?
Owl devtools is a Chrome extension developed by Odoo, and its main feature is "Chrome devtools extension for Odoo Owl framework".
Extension Screenshots
Download Owl devtools Extension CRX File
Download Owl devtools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Owl devtools |
ID | ldbfanecnfeflgbmgkbmipobkmoolbjb |
Official URL | https://chromewebstore.google.com/detail/owl-devtools/ldbfanecnfeflgbmgkbmipobkmoolbjb |
Description | Chrome devtools extension for Odoo Owl framework |
File Size | 906 KB |
Installation Count | 2,855 |
Current Version | 1.2.2 |
Last Updated | 2023-10-18 |
Publish Date | 2023-04-11 |
Rating | 5.00/5 Total 14 Ratings |
Developer | Odoo |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/odoo/owl/blob/master/doc/tools/devtools_guide.md |
Supported Languages | 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": [ " |