Odoo Debug
Minimal and fast extension to toggle debug mode of Odoo
Cos'è Odoo Debug?
Odoo Debug è un'estensione di Chrome sviluppata da https://www.droggol.com, e la sua funzione principale è "Minimal and fast extension to toggle debug mode of Odoo".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Odoo Debug
Scarica i file di estensione Odoo Debug in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Odoo Debug |
ID | hmdmhilocobgohohpdpolmibjklfgkbi |
URL Ufficiale | https://chromewebstore.google.com/detail/odoo-debug/hmdmhilocobgohohpdpolmibjklfgkbi |
Descrizione | Minimal and fast extension to toggle debug mode of Odoo |
Dimensione del File | 245 KB |
Conteggio Installazioni | 91,133 |
Versione Corrente | 4.0 |
Ultimo Aggiornamento | 2023-05-31 |
Data di Pubblicazione | 2019-10-25 |
Valutazione | 4.69/5 Totale 89 Valutazioni |
Sviluppatore | https://www.droggol.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.droggol.com/odoo-tools |
URL della Pagina di Aiuto | https://github.com/droggol/OdooDebug/issues |
Lingue Supportate | 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": [ " |