QuickDashboard
新标签页插件,包括: 书签管理,历史浏览记录快速访问,导航页
What is QuickDashboard?
QuickDashboard is a Chrome extension developed by zhangyw001, and its main feature is "新标签页插件,包括: 书签管理,历史浏览记录快速访问,导航页".
Extension Screenshots
Download QuickDashboard Extension CRX File
Download QuickDashboard 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
美观大方的新标签页插件,让你拥有漂亮的翻页时钟,美观的书签管理,简介的导航页 : - 书签管理 - 历史浏览记录快速访问 - 导航页 - 支持快捷添加 - 支持根据查看频率自定义 - 支持自定义分类 - 翻页时钟 - 点阵时钟 - 简洁白色主题+深邃黑色主题 - 美观的监控面板,助你第一时间获取到关注的数据(监控内容持续增加中...) 数据存储使用浏览器本地存储引擎 indexedDb,不会收集任何用户信息。
Extension Basic Information
Name | QuickDashboard |
ID | dicohhlagpacaelhmodlihaampnapape |
Official URL | https://chromewebstore.google.com/detail/quickdashboard/dicohhlagpacaelhmodlihaampnapape |
Description | 新标签页插件,包括: 书签管理,历史浏览记录快速访问,导航页 |
File Size | 1.4 MB |
Installation Count | 209 |
Current Version | 0.0.9.3 |
Last Updated | 2022-06-08 |
Publish Date | 2022-04-19 |
Rating | 5.00/5 Total 4 Ratings |
Developer | zhangyw001 |
[email protected] | |
Payment Type | free |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuickDashboard", "manifest_version": 3, "description": "\u65b0\u6807\u7b7e\u9875\u63d2\u4ef6,\u5305\u62ec: \u4e66\u7b7e\u7ba1\u7406\uff0c\u5386\u53f2\u6d4f\u89c8\u8bb0\u5f55\u5feb\u901f\u8bbf\u95ee\uff0c\u5bfc\u822a\u9875", "default_locale": "zh_CN", "icons": { "48": "icons\/dashboard.png" }, "version": "0.0.9.3", "background": { "service_worker": "\/background.js", "type": "module" }, "permissions": [ "tabs", "bookmarks", "history", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "chrome_url_overrides": { "newtab": "\/tabIndex.html" }, "action": { "default_icon": { "16": "icons\/dashboard-action.png", "24": "icons\/dashboard-action.png", "32": "icons\/dashboard-action.png" }, "default_title": "\u6dfb\u52a0\u81f3\u5bfc\u822a", "default_popup": "\/addNvAction.html" }, "options_page": "\/popup.html" } |