Bookmarks by Date
Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
¿Qué es Bookmarks by Date?
Bookmarks by Date es una extensión de Chrome desarrollada por kirk272, y su función principal es "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bookmarks by Date
Descarga archivos de extensión Bookmarks by Date en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
When the popup is scrolled, a bubble containing the date is displayed next to the scrollbar. The date can be displayed in many different languages, and the extension supports both light and dark themes. Based on the Recent Bookmarks extension by zamtools.
Información Básica de la Extensión
Nombre | Bookmarks by Date |
ID | pomjhbedidaoemdkgbnbkdioimdefphh |
URL Oficial | https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh |
Descripción | Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added. |
Tamaño del Archivo | 438 KB |
Cantidad de Instalaciones | 417 |
Versión Actual | 1.0.4 |
Última Actualización | 2018-08-26 |
Fecha de Publicación | 2018-08-25 |
Calificación | 4.29/5 Total de 7 Calificaciones |
Desarrollador | kirk272 |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarks by Date", "version": "1.0.4", "manifest_version": 2, "description": "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "bookmarks", "storage" ] } |