Bookmarks by date
Bookmark all opened tabs in a folder with current date.
Wat is Bookmarks by date?
Bookmarks by date is een Chrome-extensie ontwikkeld door Team Aardvark, en de belangrijkste functie is "Bookmark all opened tabs in a folder with current date.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmarks by date
Download Bookmarks by date-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Bookmarks by date |
ID | mmdmdndlbdblbjdphkpfbcpfmfjlcfjk |
Officiële URL | https://chromewebstore.google.com/detail/bookmarks-by-date/mmdmdndlbdblbjdphkpfbcpfmfjlcfjk |
Beschrijving | Bookmark all opened tabs in a folder with current date. |
Bestandsgrootte | 9.85 KB |
Aantal Installaties | 2,021 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-11-17 |
Publicatiedatum | 2016-11-17 |
Beoordeling | 3.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Team Aardvark |
Betalingswijze | free |
Ondersteunde Talen | 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 } |