Bookmarks by Date
Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
Τι είναι το Bookmarks by Date;
Το Bookmarks by Date είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kirk272, και η κύρια λειτουργία του είναι "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bookmarks by Date
Λήψη αρχείων επέκτασης Bookmarks by Date σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
When the popup is scrolled, a bubble containing the date is displayed next to the scrollbar. The date can be displayed in many different languages, and the extension supports both light and dark themes. Based on the Recent Bookmarks extension by zamtools.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bookmarks by Date |
ID | pomjhbedidaoemdkgbnbkdioimdefphh |
Επίσημο URL | https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh |
Περιγραφή | Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added. |
Μέγεθος Αρχείου | 438 KB |
Αριθμός Εγκαταστάσεων | 417 |
Τρέχουσα Έκδοση | 1.0.4 |
Τελευταία Ενημέρωση | 2018-08-26 |
Ημερομηνία Δημοσίευσης | 2018-08-25 |
Αξιολόγηση | 4.29/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | kirk272 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarks by Date", "version": "1.0.4", "manifest_version": 2, "description": "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "bookmarks", "storage" ] } |