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.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
ID | mgmkfbapiafkaebchhbghgffkfcmolhb |
公式URL | 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\/" ] } |