Laziest Load

Load only the active tab when booting up an old session of Chrome.

¿Qué es Laziest Load?

Laziest Load es una extensión de Chrome desarrollada por hwangas, y su función principal es "Load only the active tab when booting up an old session of Chrome.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Laziest Load

Descarga archivos de extensión Laziest Load 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

                        Chrome by default upon restart loads every tab that is currently open, which takes much more memory and time required than necessary. This extension allows only the tab currently selected to be loaded at restart, making Chrome load up much faster.

This extension does not require any actions in part by the user to work.

VERSION 1.1 CHANGES
 - Tabs load faster when switched to.

INITIAL USE: please restart your Chrome browser in order to have the extension work properly.

To view the source, go to https://github.com/hwangas/lazyload                    

Información Básica de la Extensión

Nombre Laziest Load Laziest Load
ID mgmkfbapiafkaebchhbghgffkfcmolhb
URL Oficial https://chrome.google.com/webstore/detail/laziest-load/mgmkfbapiafkaebchhbghgffkfcmolhb
Descripción Load only the active tab when booting up an old session of Chrome.
Tamaño del Archivo 33.34 KB
Cantidad de Instalaciones 346
Versión Actual 1.1
Última Actualización 2015-06-24
Fecha de Publicación 2015-06-23
Calificación 4.55/5 Total de 11 Calificaciones
Desarrollador hwangas
Tipo de Pago free
Sitio Web de la Extensión https://github.com/hwangas/lazyload
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Laziest Load",
    "description": "Load only the active tab when booting up an old session of Chrome.",
    "version": "1.1",
    "author": "Anna Hwang",
    "icons": {
        "16": "16_laziest_load.png",
        "48": "48_laziest_load.png",
        "128": "128_laziest_load.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "lazy.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/ajax.googleapis.com\/"
    ]
}