Laziest Load
Load only the active tab when booting up an old session of Chrome.
Laziest Load là gì?
Laziest Load là một tiện ích mở rộng Chrome được phát triển bởi hwangas, và tính năng chính của nó là "Load only the active tab when booting up an old session of Chrome.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Laziest Load
Tải xuống các tệp mở rộng Laziest Load dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mgmkfbapiafkaebchhbghgffkfcmolhb |
URL Chính Thức | https://chrome.google.com/webstore/detail/laziest-load/mgmkfbapiafkaebchhbghgffkfcmolhb |
Mô tả | Load only the active tab when booting up an old session of Chrome. |
Kích Thước Tệp | 33.34 KB |
Số Lần Cài Đặt | 346 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-06-24 |
Ngày Phát Hành | 2015-06-23 |
Đánh Giá | 4.55/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | hwangas |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/hwangas/lazyload |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |