「书签频率排序」是一款本地运行的 Chrome 扩展,用于按「使用频率 × 最近访问」自动对书签栏内的书签排序。本扩展不包含任何网络请求、不上传任何数据、不接入任何第三方统计或广告服务。
为实现核心功能,本扩展申请以下权限:
| 权限 | 用途 |
|---|---|
bookmarks | 读取书签结构,以便对书签进行排序 |
tabs | 监听标签页导航,识别你访问的 URL 是否命中某个书签 |
storage | 在本地保存每个书签的排序得分 |
chrome.storage.local(浏览器本地存储)中。卸载本扩展即会清除所有本地存储的数据。你也可在 chrome://extensions 中查看扩展详情后清除站点数据。
如有隐私相关问题,请通过扩展商店页面联系开发者。
"Bookmark Frequency Sort" is a Chrome extension that runs entirely locally. It automatically sorts bookmarks inside your bookmarks bar by a "usage frequency × recency" weighted score. This extension makes no network requests, uploads no data, and integrates no third-party analytics or advertising.
To provide its core functionality, this extension requests the following permissions:
| Permission | Purpose |
|---|---|
bookmarks | Read the bookmark tree so bookmarks can be reordered |
tabs | Observe tab navigation to detect whether a visited URL matches one of your bookmarks |
storage | Store each bookmark's sort score locally |
chrome.storage.local (your browser's local storage).Uninstalling the extension removes all locally stored data. You can also clear site data from the extension details page at chrome://extensions.
For privacy-related questions, please contact the developer via the extension's store listing page.