Bookmarks by Date

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

Cos'è Bookmarks by Date?

Bookmarks by Date è un'estensione di Chrome sviluppata da kirk272, e la sua funzione principale è "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bookmarks by Date

Scarica i file di estensione Bookmarks by Date 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Bookmarks by Date Bookmarks by Date
ID pomjhbedidaoemdkgbnbkdioimdefphh
URL Ufficiale https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh
Descrizione Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
Dimensione del File 438 KB
Conteggio Installazioni 417
Versione Corrente 1.0.4
Ultimo Aggiornamento 2018-08-26
Data di Pubblicazione 2018-08-25
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore kirk272
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}