Bookmarks by date
Bookmark all opened tabs in a folder with current date.
Qu'est-ce que Bookmarks by date ?
Bookmarks by date est une extension Chrome développée par Team Aardvark, et sa fonction principale est "Bookmark all opened tabs in a folder with current date.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmarks by date
Téléchargez les fichiers d'extension Bookmarks by date au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Bookmarks by date |
ID | mmdmdndlbdblbjdphkpfbcpfmfjlcfjk |
URL Officiel | https://chromewebstore.google.com/detail/bookmarks-by-date/mmdmdndlbdblbjdphkpfbcpfmfjlcfjk |
Description | Bookmark all opened tabs in a folder with current date. |
Taille du Fichier | 9.85 KB |
Nombre d'Installations | 2,021 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-11-17 |
Date de Publication | 2016-11-17 |
Évaluation | 3.71/5 Total 7 Évaluations |
Développeur | Team Aardvark |
Type de Paiement | free |
Langues Prises en Charge | 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 } |