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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" ] } |