Howdz起始页
提供大量组件用于定制化你的起始页,可适配响应式设计。
Cos'è Howdz起始页?
Howdz起始页 è un'estensione di Chrome sviluppata da kfdpersonal, e la sua funzione principale è "提供大量组件用于定制化你的起始页,可适配响应式设计。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Howdz起始页
Scarica i file di estensione Howdz起始页 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
一个自定义起始页的浏览器插件。对于浏览器起始页提供了很高自由度的配置功能。可以从物料组件库自行添加自己需要的组件,添加的组件提供很多样式和功能的配置进行修改,并通过拖拽更改组件位置和大小。搜索物料组件允许添加配置多个搜索引擎并按Tab键快速切换。 项目开源地址:https://github.com/leon-kfd/Dashboard 使用过程中有任何问题可以在ISSUES中留言反馈,项目仍在持续迭代优化,接受各种建议,感谢使用。
Informazioni di Base sull'Estensione
Nome | Howdz起始页 |
ID | ggglfehkglgpenacfalffmiojghklamm |
URL Ufficiale | https://chromewebstore.google.com/detail/howdz%E8%B5%B7%E5%A7%8B%E9%A1%B5/ggglfehkglgpenacfalffmiojghklamm |
Descrizione | 提供大量组件用于定制化你的起始页,可适配响应式设计。 |
Dimensione del File | 850 KB |
Conteggio Installazioni | 763 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2024-01-15 |
Data di Pubblicazione | 2021-10-22 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | kfdpersonal |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://doc.howdz.xyz |
URL della Pagina di Aiuto | https://github.com/leon-kfd/Dashboard |
Lingue Supportate | 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" } } |