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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.barclaywalsh.com และคุณลักษณะหลักของมันคือ ""Time Wasted Loading" is a Chrome extension that calculates how much cumulative time has been wasted loading pages. It is useful…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time Wasted Loading

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}