Lazy Favorites:Time-driven favorites tool

Automatically manage your favorites with simple and rude rules, create a favorite folder every month

Τι είναι το Lazy Favorites:Time-driven favorites tool;

Το Lazy Favorites:Time-driven favorites tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον yu, και η κύρια λειτουργία του είναι "Automatically manage your favorites with simple and rude rules, create a favorite folder every month".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Lazy Favorites:Time-driven favorites tool

Λήψη αρχείων επέκτασης Lazy Favorites:Time-driven favorites tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Lazy Favorites:Time-driven favorites tool Lazy Favorites:Time-driven favorites tool
ID ejnnjbdiehpgikhapbembdllfmolknmi
Επίσημο URL https://chromewebstore.google.com/detail/lazy-favoritestime-driven/ejnnjbdiehpgikhapbembdllfmolknmi
Περιγραφή Automatically manage your favorites with simple and rude rules, create a favorite folder every month
Μέγεθος Αρχείου 57.24 KB
Αριθμός Εγκαταστάσεων 778
Τρέχουσα Έκδοση 0.9
Τελευταία Ενημέρωση 2024-01-05
Ημερομηνία Δημοσίευσης 2020-09-02
Αξιολόγηση 4.55/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής yu
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://yu-tousorganization.gitbook.io/untitled
Υποστηριζόμενες Γλώσσες 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"
}