Debeetle
Save all console.log printed values to variables for further debugging.
Debeetleとは何ですか?
Debeetleはimagentleman (José Antonio Chio)によって開発されたChromeの拡張機能で、その主な機能は「Save all console.log printed values to variables for further debugging.」です。
拡張機能のスクリーンショット
Debeetle拡張機能のCRXファイルをダウンロード
Debeetle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Debeetle |
ID | jmapkpjcaaenjhfoebjfnnnmcdlljikj |
公式URL | https://chromewebstore.google.com/detail/debeetle/jmapkpjcaaenjhfoebjfnnnmcdlljikj |
説明 | Save all console.log printed values to variables for further debugging. |
ファイルサイズ | 11.5 KB |
インストール数 | 31 |
現在のバージョン | 3 |
最終更新日 | 2014-05-18 |
公開日 | 2014-05-18 |
開発者 | imagentleman (José Antonio Chio) |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://imagentleman.github.io |
対応言語 | 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": [ " |