Bookmark Sorter
Sort Bookmarks by created time
What is Bookmark Sorter?
Bookmark Sorter is a Chrome extension developed by redteaapps, and its main feature is "Sort Bookmarks by created time".
Extension Screenshots
Download Bookmark Sorter Extension CRX File
Download Bookmark Sorter 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
Simple bookmarks sorter. No ads. No unnecessary permissions. Welcome to give feedback.
Extension Basic Information
Name | Bookmark Sorter |
ID | fdhnblfnlgnfafgjcfpelkkpbhbmbgmj |
Official URL | https://chromewebstore.google.com/detail/bookmark-sorter/fdhnblfnlgnfafgjcfpelkkpbhbmbgmj |
Description | Sort Bookmarks by created time |
File Size | 5.45 KB |
Installation Count | 138 |
Current Version | 1.0 |
Last Updated | 2020-09-19 |
Publish Date | 2020-09-19 |
Rating | 1.00/5 Total 1 Ratings |
Developer | redteaapps |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark Sorter", "version": "1.0", "description": "Sort Bookmarks by created time", "manifest_version": 2, "browser_action": { "name": "Click to sort", "default_icon": "images\/bookmark_icon.png", "default_popup": "popup.html" }, "permissions": [ "bookmarks" ] } |