Smart Bookmark Sorter
Frees you from organizing your bookmarks.
What is Smart Bookmark Sorter?
Smart Bookmark Sorter is a Chrome extension developed by Kazina, and its main feature is "Frees you from organizing your bookmarks.".
Extension Screenshots
Download Smart Bookmark Sorter Extension CRX File
Download Smart 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
Automatically organize your bookmarks. After installation, it automatically organizes bookmarks in the bookmarks bar and sorts them in order of frequency of use based on the history.
Extension Basic Information
Name | Smart Bookmark Sorter |
ID | bcdnngbkmicnnjdibijnmgmmonpmcjmi |
Official URL | https://chromewebstore.google.com/detail/smart-bookmark-sorter/bcdnngbkmicnnjdibijnmgmmonpmcjmi |
Description | Frees you from organizing your bookmarks. |
File Size | 616 KB |
Installation Count | 219 |
Current Version | 2.4.1 |
Last Updated | 2021-07-24 |
Publish Date | 2020-02-06 |
Rating | 4.17/5 Total 6 Ratings |
Developer | Kazina |
[email protected] | |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Kazina", "homepage_url": "https:\/\/github.com\/KazinaG\/Smart-Bookmark-Sorter", "name": "Smart Bookmark Sorter", "short_name": "SBS", "description": "Frees you from organizing your bookmarks.", "version": "2.4.1", "icons": { "16": "SBS icon 16.png", "32": "SBS icon 32.png", "48": "SBS icon 48.png", "64": "SBS icon 64.png", "128": "SBS icon 128.png" }, "browser_action": { "default_icon": "SBS icon 128.png", "default_title": "Option", "default_popup": "popup\/html\/option.html" }, "background": { "scripts": [ "background\/jQuery\/jQuery-3.4.1.js", "background\/constant.js", "background\/config.js", "background\/configUtil.js", "background\/option\/receiver.js", "background\/observer.js", "background\/processor\/setVisitPoint.js", "background\/processor\/bookmark-sorter.js", "background\/processor\/aggregate.js", "background\/processor\/deleteBookmarks.js", "background\/trigger.js" ], "persistent": false }, "permissions": [ "bookmarks", "history", "storage" ], "default_locale": "en" } |