Bookmarks by date

Bookmark all opened tabs in a folder with current date.

Cos'è Bookmarks by date?

Bookmarks by date è un'estensione di Chrome sviluppata da Team Aardvark, e la sua funzione principale è "Bookmark all opened tabs in a folder with current date.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bookmarks by date

Scarica i file di estensione Bookmarks by date in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Bookmarks by date Bookmarks by date
ID mmdmdndlbdblbjdphkpfbcpfmfjlcfjk
URL Ufficiale https://chromewebstore.google.com/detail/bookmarks-by-date/mmdmdndlbdblbjdphkpfbcpfmfjlcfjk
Descrizione Bookmark all opened tabs in a folder with current date.
Dimensione del File 9.85 KB
Conteggio Installazioni 2,021
Versione Corrente 1.2
Ultimo Aggiornamento 2016-11-17
Data di Pubblicazione 2016-11-17
Valutazione 3.71/5 Totale 7 Valutazioni
Sviluppatore Team Aardvark
Tipo di Pagamento free
Lingue Supportate 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
}