Bookmarks by Date
Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
什么是Bookmarks by Date?
Bookmarks by Date是由kirk272开发的Chrome扩展程序,该扩展的主要功能是“Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.”。
扩展截图
下载Bookmarks by Date扩展crx文件
下载Bookmarks by Date扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Bookmarks by Date |
ID | pomjhbedidaoemdkgbnbkdioimdefphh |
官方URL | https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh |
简介 | Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added. |
文件大小 | 438 KB |
安装次数 | 417 |
当前版本 | 1.0.4 |
更新时间 | 2018-08-26 |
上架时间 | 2018-08-25 |
评分 | 4.29/5 共7次评分 |
开发者 | kirk272 |
付费类型 | free |
支持的语言 | 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" ] } |