Odoo Debug
Minimal and fast extension to toggle debug mode of Odoo
Odoo Debugとは何ですか?
Odoo Debugはhttps://www.droggol.comによって開発されたChromeの拡張機能で、その主な機能は「Minimal and fast extension to toggle debug mode of Odoo」です。
拡張機能のスクリーンショット
Odoo Debug拡張機能のCRXファイルをダウンロード
Odoo Debug拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Minimal and fast extension to toggle debug mode of Odoo. Can be used via mouse and keyboard shortcuts How to use with mouse? - Click on extension for debug. - Double click on extension for debug with Assets mode. How to use with keyboard? (use cmd ⌘ in mac) - Press Ctrl + . for debug mode. - Press Ctrl + . + . for debug with Assets mode. (hold ctrl and press . two times) You can change keyboard shortcut from Setting > Extension > Keyboard shortcuts (at bottom) Contribute at: https://github.com/droggol/OdooDebug Emoji art supplied by Emojione
拡張機能の基本情報
名前 | Odoo Debug |
ID | hmdmhilocobgohohpdpolmibjklfgkbi |
公式URL | https://chromewebstore.google.com/detail/odoo-debug/hmdmhilocobgohohpdpolmibjklfgkbi |
説明 | Minimal and fast extension to toggle debug mode of Odoo |
ファイルサイズ | 245 KB |
インストール数 | 91,133 |
現在のバージョン | 4.0 |
最終更新日 | 2023-05-31 |
公開日 | 2019-10-25 |
評価 | 4.69/5 合計 89 レビュー |
開発者 | https://www.droggol.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.droggol.com/odoo-tools |
ヘルプページのURL | https://github.com/droggol/OdooDebug/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Odoo Debug", "version": "4.0", "manifest_version": 2, "description": "Minimal and fast extension to toggle debug mode of Odoo", "short_name": "Odoo Debug", "browser_action": { "default_icon": "off.png", "default_title": "- Click for normal debug \n- Double click for debug with assets" }, "incognito": "spanning", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "icons": { "16": "off.png", "128": "off.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Period" } } }, "content_scripts": [ { "matches": [ " |