Debeetle
Save all console.log printed values to variables for further debugging.
Co je Debeetle?
Debeetle je rozšíření Chrome vyvinuté imagentleman (José Antonio Chio), a jeho hlavní funkcí je „Save all console.log printed values to variables for further debugging.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Debeetle
Stáhněte si soubory rozšíření Debeetle ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Automatically save all console.log printed values to variables for further debugging. Usage: The history will be saved in the variable $d, accessible from the console on the devtools. $d.last gets the last console.log printed statement. $d.all is an array with all the console.log prints. $d.clear() empties the array. Use $d to print and inspect the entire object or get quick access.
Základní Informace o Rozšíření
Název | Debeetle |
ID | jmapkpjcaaenjhfoebjfnnnmcdlljikj |
Oficiální URL | https://chromewebstore.google.com/detail/debeetle/jmapkpjcaaenjhfoebjfnnnmcdlljikj |
Popis | Save all console.log printed values to variables for further debugging. |
Velikost souboru | 11.5 KB |
Počet instalací | 31 |
Aktuální Verze | 3 |
Poslední Aktualizace | 2014-05-18 |
Datum Vydání | 2014-05-18 |
Vývojář | imagentleman (José Antonio Chio) |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://imagentleman.github.io |
Podporované Jazyky | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Debeetle", "default_locale": "en", "description": "__MSG_appDesc__", "version": "3", "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "content_scripts": [ { "matches": [ " |