Bookmarks by Date

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

Что такое Bookmarks by Date?

Bookmarks by Date - это расширение Chrome, разработанное kirk272, и его основная функция - "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Bookmarks by Date

Скачайте файлы расширений Bookmarks by Date в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Bookmarks by Date Bookmarks by Date
ID pomjhbedidaoemdkgbnbkdioimdefphh
Официальный URL https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh
Описание Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
Размер файла 438 KB
Количество установок 417
Текущая Версия 1.0.4
Последнее Обновление 2018-08-26
Дата публикации 2018-08-25
Рейтинг 4.29/5 Всего 7 оценок
Разработчик kirk272
Тип оплаты free
Поддерживаемые языки 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"
    ]
}