Bookmarks by date
Bookmark all opened tabs in a folder with current date.
Was ist Bookmarks by date?
Bookmarks by date ist eine Chrome-Erweiterung, die von Team Aardvark entwickelt wurde, und ihr Hauptmerkmal ist "Bookmark all opened tabs in a folder with current date.".
Erweiterungsscreenshots
Bookmarks by date-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmarks by date-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Bookmarks by date |
ID | mmdmdndlbdblbjdphkpfbcpfmfjlcfjk |
Offizielle URL | https://chromewebstore.google.com/detail/bookmarks-by-date/mmdmdndlbdblbjdphkpfbcpfmfjlcfjk |
Beschreibung | Bookmark all opened tabs in a folder with current date. |
Dateigröße | 9.85 KB |
Installationsanzahl | 2,021 |
Aktuelle Version | 1.2 |
Letztes Update | 2016-11-17 |
Veröffentlichungsdatum | 2016-11-17 |
Bewertung | 3.71/5 Insgesamt 7 Bewertungen |
Entwickler | Team Aardvark |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |