Bookmarks by Date

Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.

Was ist Bookmarks by Date?

Bookmarks by Date ist eine Chrome-Erweiterung, die von kirk272 entwickelt wurde, und ihr Hauptmerkmal ist "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.".

Erweiterungsscreenshots

screenshot
screenshot

Bookmarks by Date-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmarks by Date-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bookmarks by Date Bookmarks by Date
ID pomjhbedidaoemdkgbnbkdioimdefphh
Offizielle URL https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh
Beschreibung Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
Dateigröße 438 KB
Installationsanzahl 417
Aktuelle Version 1.0.4
Letztes Update 2018-08-26
Veröffentlichungsdatum 2018-08-25
Bewertung 4.29/5 Insgesamt 7 Bewertungen
Entwickler kirk272
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}