Time Wasted Loading

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

¿Qué es Time Wasted Loading?

Time Wasted Loading es una extensión de Chrome desarrollada por https://www.barclaywalsh.com, y su función principal es ""Time Wasted Loading" is a Chrome extension that calculates how much cumulative time has been wasted loading pages. It is useful…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Time Wasted Loading

Descarga archivos de extensión Time Wasted Loading en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Time Wasted Loading Time Wasted Loading
ID pcgmmbeoggkcpbkhgfkdphapkjfiklhg
URL Oficial https://chromewebstore.google.com/detail/time-wasted-loading/pcgmmbeoggkcpbkhgfkdphapkjfiklhg
Descripción "Time Wasted Loading" is a Chrome extension that calculates how much cumulative time has been wasted loading pages. It is useful…
Tamaño del Archivo 109 KB
Cantidad de Instalaciones 16
Versión Actual 1.0.4
Última Actualización 2016-09-28
Fecha de Publicación 2016-09-28
Desarrollador https://www.barclaywalsh.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}