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
公式URL 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
Eメール [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"
    }
}