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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है ""Time Wasted Loading" is a Chrome extension that calculates how much cumulative time has been wasted loading pages. It is useful…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Time Wasted Loading एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "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"
    }
}