captureCalls
Logs function calls in DevTools console.
captureCallsとは何ですか?
captureCallsはhttps://n12v.comによって開発されたChromeの拡張機能で、その主な機能は「Logs function calls in DevTools console.」です。
拡張機能のスクリーンショット
captureCalls拡張機能のCRXファイルをダウンロード
captureCalls拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
captureCalls allows to log function calls. It adds a message to the console with a function name, its arguments and a stacktrace. captureCalls is a better version of Chrome DevTools’ monitor function.
拡張機能の基本情報
名前 | captureCalls |
ID | jbifbiilihmmfjcbfbbdhknaehdgbabd |
公式URL | https://chromewebstore.google.com/detail/capturecalls/jbifbiilihmmfjcbfbbdhknaehdgbabd |
説明 | Logs function calls in DevTools console. |
ファイルサイズ | 9.63 KB |
インストール数 | 166 |
現在のバージョン | 1.0.0 |
最終更新日 | 2014-08-13 |
公開日 | 2014-08-13 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | https://n12v.com |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/NV/captureCalls.js |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "captureCalls", "short_name": "capturecalls", "version": "1.0.0", "description": "Logs function calls in DevTools console.", "icons": { "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" }, "author": "Nikita Vasilyev", "content_scripts": [ { "matches": [ " |