Bookmarks by Date

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

Vad är Bookmarks by Date?

Bookmarks by Date är en Chrome-tillägg utvecklad av kirk272, och dess huvudfunktion är "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Bookmarks by Date-förlängningens CRX-fil

Ladda ner Bookmarks by Date-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Bookmarks by Date Bookmarks by Date
ID pomjhbedidaoemdkgbnbkdioimdefphh
Officiell webbadress https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh
Beskrivning Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
Filstorlek 438 KB
Antal Installationer 417
Aktuell Version 1.0.4
Senast Uppdaterad 2018-08-26
Publiceringsdatum 2018-08-25
Betyg 4.29/5 Totalt 7 Betyg
Utvecklare kirk272
Betalningssätt free
Stödda Språk 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"
    ]
}