Lazy Favorites:Time-driven favorites tool
Automatically manage your favorites with simple and rude rules, create a favorite folder every month
Cos'è Lazy Favorites:Time-driven favorites tool?
Lazy Favorites:Time-driven favorites tool è un'estensione di Chrome sviluppata da yu, e la sua funzione principale è "Automatically manage your favorites with simple and rude rules, create a favorite folder every month".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lazy Favorites:Time-driven favorites tool
Scarica i file di estensione Lazy Favorites:Time-driven favorites tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
introduce: Facing the growing list of web page favorites, the "Lazy Favorites" plug-in provides you with a simple and effective solution. It automatically manages your favorites in a time-driven way, keeping your reading list organized without the need for manual organization. Core features: Automatic monthly folder creation: Automatically create a new collection folder every month to realize automated management of collections. Directly save to the current month: Easily save to the current month's folder with one click during browsing, eliminating the need for tedious classification steps. Index by timeline: Index by time, making recent collections easier to find and improving the usability of collections. Simplified collection experience: Especially suitable for users who use favorites for "read later" purposes, simplifying the search and access process. Tidy root directory: Create only one folder per month in the root directory to keep your favorites neat and organized. Optional advanced features: Provides "one-click organization" option for more advanced user needs (but please use with caution, it may reorganize your entire favorites structure). Suitable: Ideal for any Chrome user who wants to manage their large collection of web pages in a simple and intuitive way, especially those who use favorites as a "read later" tool. Conclusion: Say goodbye to complicated favorites management and let "Lazy Favorites" help you manage and access your web page collections efficiently. Make collecting easy and fun now!
Informazioni di Base sull'Estensione
Nome | Lazy Favorites:Time-driven favorites tool |
ID | ejnnjbdiehpgikhapbembdllfmolknmi |
URL Ufficiale | https://chromewebstore.google.com/detail/lazy-favoritestime-driven/ejnnjbdiehpgikhapbembdllfmolknmi |
Descrizione | Automatically manage your favorites with simple and rude rules, create a favorite folder every month |
Dimensione del File | 57.24 KB |
Conteggio Installazioni | 778 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2024-01-05 |
Data di Pubblicazione | 2020-09-02 |
Valutazione | 4.55/5 Totale 11 Valutazioni |
Sviluppatore | yu |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://yu-tousorganization.gitbook.io/untitled |
Lingue Supportate | en,zh-CN |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_title__" }, "description": "__MSG_extDesc__", "icons": { "128": "icon-faved.png", "16": "icon-faved.png", "48": "icon-faved.png" }, "manifest_version": 2, "name": "__MSG_extName__", "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "https:\/\/*\/*", "http:\/\/*\/*", "bookmarks" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.9", "default_locale": "en" } |