Odoo Debug Mode Switcher
Changes the current URL to enable / disable Odoo debug / assets mode.
Odoo Debug Mode Switcher란 무엇입니까?
Odoo Debug Mode Switcher은(는) woopzzz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes the current URL to enable / disable Odoo debug / assets mode."입니다.
확장 프로그램 스크린샷
Odoo Debug Mode Switcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Odoo Debug Mode Switcher |
ID | njeojmbiegejppppjmkbjpceppaogpbj |
공식 URL | https://chromewebstore.google.com/detail/odoo-debug-mode-switcher/njeojmbiegejppppjmkbjpceppaogpbj |
설명 | Changes the current URL to enable / disable Odoo debug / assets mode. |
파일 크기 | 4.73 KB |
설치 횟수 | 44 |
현재 버전 | 2.0 |
최근 업데이트 | 2023-12-23 |
출시 날짜 | 2022-01-17 |
개발자 | woopzzz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/woopzz/chrome-odoo-debug |
지원되는 언어 | 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 } |