Laziest Load
Load only the active tab when booting up an old session of Chrome.
Τι είναι το Laziest Load;
Το Laziest Load είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hwangas, και η κύρια λειτουργία του είναι "Load only the active tab when booting up an old session of Chrome.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Laziest Load
Λήψη αρχείων επέκτασης 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\/" ] } |