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.                     擴展基本資訊
| 名稱 |   |  
| ID | odkgihncjgklajjabihpoipfnpcjhdno | 
| 官方網址 | 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": [
        "  |  |