Debeetle
Save all console.log printed values to variables for further debugging.
Was ist Debeetle?
Debeetle ist eine Chrome-Erweiterung, die von imagentleman (José Antonio Chio) entwickelt wurde, und ihr Hauptmerkmal ist "Save all console.log printed values to variables for further debugging.".
Erweiterungsscreenshots
Debeetle-Erweiterungs-CRX-Datei herunterladen
Laden Sie Debeetle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Debeetle |
ID | jmapkpjcaaenjhfoebjfnnnmcdlljikj |
Offizielle URL | https://chromewebstore.google.com/detail/debeetle/jmapkpjcaaenjhfoebjfnnnmcdlljikj |
Beschreibung | Save all console.log printed values to variables for further debugging. |
Dateigröße | 11.5 KB |
Installationsanzahl | 31 |
Aktuelle Version | 3 |
Letztes Update | 2014-05-18 |
Veröffentlichungsdatum | 2014-05-18 |
Entwickler | imagentleman (José Antonio Chio) |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://imagentleman.github.io |
Unterstützte Sprachen | 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": [ " |