Dashy - Chrome Startpage Dashboard
A Dashboard for your Homelab
Dashy - Chrome Startpage Dashboard là gì?
Dashy - Chrome Startpage Dashboard là một tiện ích mở rộng Chrome được phát triển bởi Lela810, và tính năng chính của nó là "A Dashboard for your Homelab".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dashy - Chrome Startpage Dashboard
Tải xuống các tệp mở rộng Dashy - Chrome Startpage Dashboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This is the Dashy Webpage converted into a Browser-extension! It will give you a dashboard in your new Tabs which you can customize to your hearts extent. Completed with a Intuitive editor.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dashy - Chrome Startpage Dashboard |
ID | hadkmednchonkoigildhbbndeefhehmk |
URL Chính Thức | https://chromewebstore.google.com/detail/dashy-chrome-startpage-da/hadkmednchonkoigildhbbndeefhehmk |
Mô tả | A Dashboard for your Homelab |
Kích Thước Tệp | 8.78 MB |
Số Lần Cài Đặt | 144 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2022-02-11 |
Ngày Phát Hành | 2021-10-24 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Lela810 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dashy.to/ |
URL Trang Trợ Giúp | https://github.com/Lela810/dashy |
URL Trang Chính Sách Bảo Mật | https://bit.ly/3DWw0Ng |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dashy - Chrome Startpage Dashboard", "short_name": "Dashy", "theme_color": "#00af87", "icons": { "16": ".\/web-icons\/favicon-16x16.png", "32": ".\/web-icons\/favicon-32x32.png", "48": ".\/web-icons\/favicon-48x48.png", "64": ".\/web-icons\/favicon-64x64.png", "128": ".\/web-icons\/favicon-128x128.png" }, "start_url": ".", "display": "standalone", "background_color": "#000000", "manifest_version": 2, "author": "Lela810", "homepage_url": "https:\/\/github.com\/Lela810\/dashy", "description": "A Dashboard for your Homelab", "default_locale": "en", "offline_enabled": true, "permissions": [], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/kit.fontawesome.com; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_popup": "index.html", "default_title": "Dashy Web", "default_icon": { "16": ".\/web-icons\/favicon-16x16.png", "32": ".\/web-icons\/favicon-32x32.png" } }, "version": "1.1.2" } |