Bookmarks by Date

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

Co to jest Bookmarks by Date?

Bookmarks by Date to rozszerzenie Chrome opracowane przez kirk272, a jego główną funkcją jest „Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Bookmarks by Date

Pobierz pliki rozszerzeń Bookmarks by Date w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bookmarks by Date Bookmarks by Date
ID pomjhbedidaoemdkgbnbkdioimdefphh
Oficjalny URL https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh
Opis Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
Rozmiar pliku 438 KB
Liczba instalacji 417
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2018-08-26
Data Publikacji 2018-08-25
Ocena 4.29/5 Łącznie 7 Oceny
Deweloper kirk272
Typ Płatności free
Obsługiwane Języki 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"
    ]
}