Dashy - Chrome Startpage Dashboard

A Dashboard for your Homelab

Dashy - Chrome Startpage Dashboardคืออะไร?

Dashy - Chrome Startpage Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lela810 และคุณลักษณะหลักของมันคือ "A Dashboard for your Homelab"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dashy - Chrome Startpage Dashboard

ดาวน์โหลดไฟล์ส่วนขยาย Dashy - Chrome Startpage Dashboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dashy - Chrome Startpage Dashboard Dashy - Chrome Startpage Dashboard
ID hadkmednchonkoigildhbbndeefhehmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dashy-chrome-startpage-da/hadkmednchonkoigildhbbndeefhehmk
คำอธิบาย A Dashboard for your Homelab
ขนาดไฟล์ 8.78 MB
จำนวนการติดตั้ง 144
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2022-02-11
วันที่เผยแพร่ 2021-10-24
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Lela810
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dashy.to/
URL หน้าช่วยเหลือ https://github.com/Lela810/dashy
URL หน้านโยบายความเป็นส่วนตัว https://bit.ly/3DWw0Ng
ภาษาที่รองรับ 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"
}