Time Wasted Loading

"Time Wasted Loading" is a Chrome extension that calculates how much cumulative time has been wasted loading pages. It is useful…

什麼是Time Wasted Loading?

Time Wasted Loading是由https://www.barclaywalsh.com開發的Chrome擴展程式,該擴展的主要功能是“"Time Wasted Loading" is a Chrome extension that calculates how much cumulative time has been wasted loading pages. It is useful…”。

擴展截圖

screenshot

下載Time Wasted Loading擴展crx文件

下載Time Wasted Loading擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        "Time Wasted Loading" is a Chrome extension that calculates how much cumulative time has been wasted loading pages. It is useful for making a case for upgrading a slow network, or simply for quantifying how much time you waste due to poor Internet access. The plugin can also calculate the financial cost of the wasted time by taking in the hourly value of your time.                    

擴展基本資訊

名稱 Time Wasted Loading Time Wasted Loading
ID pcgmmbeoggkcpbkhgfkdphapkjfiklhg
官方網址 https://chromewebstore.google.com/detail/time-wasted-loading/pcgmmbeoggkcpbkhgfkdphapkjfiklhg
簡介 "Time Wasted Loading" is a Chrome extension that calculates how much cumulative time has been wasted loading pages. It is useful…
檔案大小 109 KB
安裝次數 16
目前版本 1.0.4
更新時間 2016-09-28
上架時間 2016-09-28
開發者 https://www.barclaywalsh.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Wasted Loading",
    "version": "1.0.4",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "load_counter.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "browser_action": {
        "default_title": "Time Wasted Loading Web Pages",
        "default_popup": "popup.html"
    }
}