Bookmarks by Date

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

O que é Bookmarks by Date?

Bookmarks by Date é uma extensão do Chrome desenvolvida por kirk272, e sua principal característica é "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Bookmarks by Date

Baixe arquivos de extensão Bookmarks by Date no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Bookmarks by Date Bookmarks by Date
ID pomjhbedidaoemdkgbnbkdioimdefphh
URL Oficial https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh
Descrição Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
Tamanho do Arquivo 438 KB
Contagem de Instalações 417
Versão Atual 1.0.4
Última Atualização 2018-08-26
Data de Publicação 2018-08-25
Classificação 4.29/5 Total de 7 Avaliações
Desenvolvedor kirk272
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}