Odoo Debug Mode Switcher
Changes the current URL to enable / disable Odoo debug / assets mode.
Odoo Debug Mode Switcher là gì?
Odoo Debug Mode Switcher là một tiện ích mở rộng Chrome được phát triển bởi woopzzz, và tính năng chính của nó là "Changes the current URL to enable / disable Odoo debug / assets mode.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Odoo Debug Mode Switcher
Tải xuống các tệp mở rộng Odoo Debug Mode Switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Why? Because Odoo works a bit different if the debug mode or the assets mode is enabled. See the Odoo official documentation: https://www.odoo.com/documentation/15.0/applications/general/developer_mode.html#activate-through-the-url Usage Only shortcuts. Default ones: Alt+Shift+1 - Enable debug mode Alt+Shift+2 - Enable assets mode Alt+Shift+3 - Disable debug / assets mode Go to `chrome://extensions/shortcuts` to change keybindings.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Odoo Debug Mode Switcher |
ID | njeojmbiegejppppjmkbjpceppaogpbj |
URL Chính Thức | https://chromewebstore.google.com/detail/odoo-debug-mode-switcher/njeojmbiegejppppjmkbjpceppaogpbj |
Mô tả | Changes the current URL to enable / disable Odoo debug / assets mode. |
Kích Thước Tệp | 4.73 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2023-12-23 |
Ngày Phát Hành | 2022-01-17 |
Nhà Phát Triển | woopzzz |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/woopzz/chrome-odoo-debug |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Odoo Debug Mode Switcher", "version": "2.0", "description": "Changes the current URL to enable \/ disable Odoo debug \/ assets mode.", "background": { "service_worker": "service-worker.js" }, "commands": { "debug": { "suggested_key": { "default": "Alt+Shift+1" }, "description": "Enable debug mode" }, "debug-assets": { "suggested_key": { "default": "Alt+Shift+2" }, "description": "Enable assets mode" }, "no-debug": { "suggested_key": { "default": "Alt+Shift+3" }, "description": "Disable debug \/ assets mode" } }, "permissions": [ "tabs" ], "manifest_version": 3 } |