Laziest Load
Load only the active tab when booting up an old session of Chrome.
Laziest Load क्या है?
Laziest Load hwangas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Load only the active tab when booting up an old session of Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Laziest Load एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/" ] } |