Bookmarks by date

Bookmark all opened tabs in a folder with current date.

O que é Bookmarks by date?

Bookmarks by date é uma extensão do Chrome desenvolvida por Team Aardvark, e sua principal característica é "Bookmark all opened tabs in a folder with current date.".

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

                        Bookmark by date will bookmark all your opened tabs in a folder with current date as name and in subfolders for each opened window. 

I use it to clear my cluttered Chrome windows.

Just install and press the nice icon whenever you want to save all your opened tabs, then, close every tab and start fresh.

Happy browsing! :)

Donate Bitcoin: 341HJspsNhG2HHAmey3DwfQPqjy4BjysN1

1.2: Added notifications                    

Informações Básicas da Extensão

Nome Bookmarks by date Bookmarks by date
ID mmdmdndlbdblbjdphkpfbcpfmfjlcfjk
URL Oficial https://chromewebstore.google.com/detail/bookmarks-by-date/mmdmdndlbdblbjdphkpfbcpfmfjlcfjk
Descrição Bookmark all opened tabs in a folder with current date.
Tamanho do Arquivo 9.85 KB
Contagem de Instalações 2,021
Versão Atual 1.2
Última Atualização 2016-11-17
Data de Publicação 2016-11-17
Classificação 3.71/5 Total de 7 Avaliações
Desenvolvedor Team Aardvark
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmarks by date",
    "description": "Bookmark all opened tabs in a folder with current date.",
    "version": "1.2",
    "browser_action": {
        "default_title": "Bookmark all tabs by date",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "short_name": "bbd",
    "offline_enabled": true
}