FavBox
Clear and modern bookmarking tool.
什么是FavBox?
FavBox是由dmitry.magalyas开发的Chrome扩展程序,该扩展的主要功能是“Clear and modern bookmarking tool.”。
扩展截图
下载FavBox扩展crx文件
下载FavBox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FavBox is a browser extension that enhances and simplifies bookmark management, without depending on external cloud storage or third-party services.
🔄 sync with your browser profile;
🔒 does not send your data to any third-party services;
🏷 supports tags for easy organization;
🔍 offers advanced search, sorting, and filtering by tags, domains, and folders;
🌁 provides multiple display modes;
🌗 light and dark theme.
📖 offers page previews for quick reference;
🟢 lets you know if a bookmark already exists, to avoid creating duplicates;
🗑️ provides a feature to detect broken URLs;
⌨️ provides quick access to search with hotkeys "Ctrl + Shift + K";
❤️ free and open source; 扩展基本信息
| 名称 | |
| ID | eangbddipcghohfjefjmfihcjgjnnemj |
| 官方URL | https://chromewebstore.google.com/detail/favbox/eangbddipcghohfjefjmfihcjgjnnemj |
| 简介 | Clear and modern bookmarking tool. |
| 文件大小 | 265 KB |
| 安装次数 | 269 |
| 当前版本 | 2.0.0 |
| 更新时间 | 2023-04-03 |
| 上架时间 | 2023-02-08 |
| 评分 | 4.80/5 共10次评分 |
| 开发者 | dmitry.magalyas |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/dd3v/favbox |
| 帮助页面URL | https://github.com/dd3v/favbox |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "FavBox",
"description": "Clear and modern bookmarking tool.",
"version": "2.0.0",
"permissions": [
"bookmarks",
"activeTab",
"tabs",
"storage"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "ext\/popup\/index.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content.js-loader-d0a5df21.js"
],
"matches": [
" | |