Booklyst
Automatically sort bookmarks by date.
What is Booklyst?
Booklyst is a Chrome extension developed by kapincev, and its main feature is "Automatically sort bookmarks by date.".
Extension Screenshots
Download Booklyst Extension CRX File
Download Booklyst extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Booklyst is a Chrome app that sort your Chrome bookmarks by date.
Extension Basic Information
Name | Booklyst |
ID | jgncicmcfanpemdmknkcaahbgobahngg |
Official URL | https://chromewebstore.google.com/detail/booklyst/jgncicmcfanpemdmknkcaahbgobahngg |
Description | Automatically sort bookmarks by date. |
File Size | 610 KB |
Installation Count | 492 |
Current Version | 0.0.3 |
Last Updated | 2020-09-04 |
Publish Date | 2020-06-30 |
Rating | 5.00/5 Total 4 Ratings |
Developer | kapincev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |