Howdz起始页
提供大量组件用于定制化你的起始页,可适配响应式设计。
What is Howdz起始页?
Howdz起始页 is a Chrome extension developed by kfdpersonal, and its main feature is "提供大量组件用于定制化你的起始页,可适配响应式设计。".
Extension Screenshots
Download Howdz起始页 Extension CRX File
Download Howdz起始页 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
一个自定义起始页的浏览器插件。对于浏览器起始页提供了很高自由度的配置功能。可以从物料组件库自行添加自己需要的组件,添加的组件提供很多样式和功能的配置进行修改,并通过拖拽更改组件位置和大小。搜索物料组件允许添加配置多个搜索引擎并按Tab键快速切换。 项目开源地址:https://github.com/leon-kfd/Dashboard 使用过程中有任何问题可以在ISSUES中留言反馈,项目仍在持续迭代优化,接受各种建议,感谢使用。
Extension Basic Information
Name | Howdz起始页 |
ID | ggglfehkglgpenacfalffmiojghklamm |
Official URL | https://chromewebstore.google.com/detail/howdz%E8%B5%B7%E5%A7%8B%E9%A1%B5/ggglfehkglgpenacfalffmiojghklamm |
Description | 提供大量组件用于定制化你的起始页,可适配响应式设计。 |
File Size | 850 KB |
Installation Count | 763 |
Current Version | 1.5.0 |
Last Updated | 2024-01-15 |
Publish Date | 2021-10-22 |
Rating | 4.83/5 Total 6 Ratings |
Developer | kfdpersonal |
[email protected] | |
Payment Type | free |
Extension Website | https://doc.howdz.xyz |
Help Page URL | https://github.com/leon-kfd/Dashboard |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Howdz\u8d77\u59cb\u9875", "version": "1.5.0", "description": "\u63d0\u4f9b\u5927\u91cf\u7ec4\u4ef6\u7528\u4e8e\u5b9a\u5236\u5316\u4f60\u7684\u8d77\u59cb\u9875\uff0c\u53ef\u9002\u914d\u54cd\u5e94\u5f0f\u8bbe\u8ba1\u3002", "icons": { "128": "favicon.png" }, "permissions": [], "background": { "service_worker": "sw.js" }, "offline_enabled": true, "manifest_version": 3, "chrome_url_overrides": { "newtab": "index.html" } } |