Booklyst
Automatically sort bookmarks by date.
什么是Booklyst?
Booklyst是由kapincev开发的Chrome扩展程序,该扩展的主要功能是“Automatically sort bookmarks by date.”。
扩展截图
下载Booklyst扩展crx文件
下载Booklyst扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Booklyst is a Chrome app that sort your Chrome bookmarks by date. 扩展基本信息
| 名称 | |
| ID | jgncicmcfanpemdmknkcaahbgobahngg |
| 官方URL | https://chromewebstore.google.com/detail/booklyst/jgncicmcfanpemdmknkcaahbgobahngg |
| 简介 | Automatically sort bookmarks by date. |
| 文件大小 | 610 KB |
| 安装次数 | 492 |
| 当前版本 | 0.0.3 |
| 更新时间 | 2020-09-04 |
| 上架时间 | 2020-06-30 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | kapincev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Booklyst",
"version": "0.0.3",
"description": "Automatically sort bookmarks by date.",
"manifest_version": 2,
"icons": {
"128": "icon_128.png",
"64": "icon_64.png",
"48": "icon_48.png",
"32": "icon_32.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"bookmarks"
],
"background": {
"scripts": [
"background.b725a69198ea354870bd.js",
"runtime.c51bd5b1c616d9ffddc1.js"
]
}
} | |