Odoo Debug
Minimal and fast extension to toggle debug mode of Odoo
Vad är Odoo Debug?
Odoo Debug är en Chrome-tillägg utvecklad av https://www.droggol.com, och dess huvudfunktion är "Minimal and fast extension to toggle debug mode of Odoo".
Tilläggsskärmbilder
Ladda ner Odoo Debug-förlängningens CRX-fil
Ladda ner Odoo Debug-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | hmdmhilocobgohohpdpolmibjklfgkbi |
| Officiell webbadress | https://chromewebstore.google.com/detail/odoo-debug/hmdmhilocobgohohpdpolmibjklfgkbi |
| Beskrivning | Minimal and fast extension to toggle debug mode of Odoo |
| Filstorlek | 245 KB |
| Antal Installationer | 91,133 |
| Aktuell Version | 4.0 |
| Senast Uppdaterad | 2023-05-31 |
| Publiceringsdatum | 2019-10-25 |
| Betyg | 4.69/5 Totalt 89 Betyg |
| Utvecklare | https://www.droggol.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.droggol.com/odoo-tools |
| Hjälpsida URL | https://github.com/droggol/OdooDebug/issues |
| Stödda Språk | 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": [
" | |