Bookmarks by Date

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

Wat is Bookmarks by Date?

Bookmarks by Date is een Chrome-extensie ontwikkeld door kirk272, en de belangrijkste functie is "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bookmarks by Date

Download Bookmarks by Date-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bookmarks by Date Bookmarks by Date
ID pomjhbedidaoemdkgbnbkdioimdefphh
Officiële URL https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh
Beschrijving Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
Bestandsgrootte 438 KB
Aantal Installaties 417
Huidige Versie 1.0.4
Laatst Bijgewerkt 2018-08-26
Publicatiedatum 2018-08-25
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar kirk272
Betalingswijze free
Ondersteunde Talen 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"
    ]
}