setInterval sniffer
Keeps tabs on your setTimeout's
setInterval snifferとは何ですか?
setInterval snifferはhttps://n12v.comによって開発されたChromeの拡張機能で、その主な機能は「Keeps tabs on your setTimeout's」です。
拡張機能のスクリーンショット
setInterval sniffer拡張機能のCRXファイルをダウンロード
setInterval sniffer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
setInterval sniffer shows all running intervals on page in Chrome DevTools. Cleared intervals are greyed out.
拡張機能の基本情報
名前 | setInterval sniffer |
ID | odkgihncjgklajjabihpoipfnpcjhdno |
公式URL | https://chromewebstore.google.com/detail/setinterval-sniffer/odkgihncjgklajjabihpoipfnpcjhdno |
説明 | Keeps tabs on your setTimeout's |
ファイルサイズ | 10.88 KB |
インストール数 | 1,091 |
現在のバージョン | 1.0 |
最終更新日 | 2013-09-18 |
公開日 | 2013-09-17 |
評価 | 3.50/5 合計 14 レビュー |
開発者 | https://n12v.com |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/NV/setInterval-sniffer |
ヘルプページのURL | https://github.com/NV/setInterval-sniffer/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "setInterval sniffer", "version": "1.0", "manifest_version": 2, "description": "Keeps tabs on your setTimeout's", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ " |