Laziest Load

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

Was ist Laziest Load?

Laziest Load ist eine Chrome-Erweiterung, die von hwangas entwickelt wurde, und ihr Hauptmerkmal ist "Load only the active tab when booting up an old session of Chrome.".

Erweiterungsscreenshots

screenshot
screenshot

Laziest Load-Erweiterungs-CRX-Datei herunterladen

Laden Sie Laziest Load-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Laziest Load Laziest Load
ID mgmkfbapiafkaebchhbghgffkfcmolhb
Offizielle URL https://chrome.google.com/webstore/detail/laziest-load/mgmkfbapiafkaebchhbghgffkfcmolhb
Beschreibung Load only the active tab when booting up an old session of Chrome.
Dateigröße 33.34 KB
Installationsanzahl 346
Aktuelle Version 1.1
Letztes Update 2015-06-24
Veröffentlichungsdatum 2015-06-23
Bewertung 4.55/5 Insgesamt 11 Bewertungen
Entwickler hwangas
Zahlungsart free
Erweiterungswebsite https://github.com/hwangas/lazyload
Unterstützte Sprachen 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\/"
    ]
}