Laziest Load

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

什麼是Laziest Load?

Laziest Load是由hwangas開發的Chrome擴展程式,該擴展的主要功能是“Load only the active tab when booting up an old session of Chrome.”。

擴展截圖

screenshot
screenshot

下載Laziest Load擴展crx文件

下載Laziest Load擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Laziest Load Laziest Load
ID mgmkfbapiafkaebchhbghgffkfcmolhb
官方網址 https://chrome.google.com/webstore/detail/laziest-load/mgmkfbapiafkaebchhbghgffkfcmolhb
簡介 Load only the active tab when booting up an old session of Chrome.
檔案大小 33.34 KB
安裝次數 346
目前版本 1.1
更新時間 2015-06-24
上架時間 2015-06-23
評分 4.55/5 共 11 次評分
開發者 hwangas
付費類型 free
擴展官網 https://github.com/hwangas/lazyload
支援的語言 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\/"
    ]
}