Dashy - Chrome Startpage Dashboard

A Dashboard for your Homelab

Dashy - Chrome Startpage Dashboard란 무엇입니까?

Dashy - Chrome Startpage Dashboard은(는) Lela810에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Dashboard for your Homelab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Dashy - Chrome Startpage Dashboard 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}