Dash

Replace new tab page with a personal dashboard.

Dash란 무엇입니까?

Dash은(는) Ryan O'Connor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab page with a personal dashboard."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Dash 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        • Google/Bing Search
• Weather
• New inspirational photo each day
• Customize the dashboard by showing/hiding widgets
• Feel good and get things done!                    

확장 프로그램 기본 정보

이름 Dash Dash
ID fingkpecgdmbaonemhpceblplfmhecmm
공식 URL https://chromewebstore.google.com/detail/dash/fingkpecgdmbaonemhpceblplfmhecmm
설명 Replace new tab page with a personal dashboard.
파일 크기 539 KB
설치 횟수 106
현재 버전 1.2.3
최근 업데이트 2017-08-30
출시 날짜 2017-08-30
평점 5.00/5 총 1 개의 평점
개발자 Ryan O'Connor
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "dash.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/api.wunderground.com\/*",
                "https:\/\/ssl.geoplugin.net\/*",
                "https:\/\/dash.deesyl.com\/*",
                "https:\/\/api.ryanoconr.com\/*"
            ],
            "css": [
                "cdn\/css\/main.min.css"
            ],
            "js": [
                "cdn\/js\/search.min.js",
                "cdn\/js\/bgimg.min.js",
                "cdn\/js\/clock.min.js",
                "cdn\/js\/greeting.min.js",
                "cdn\/js\/jquery.min.js",
                "cdn\/js\/fa.min.js",
                "cdn\/js\/settings.min.js",
                "cdn\/js\/location.min.js",
                "cdn\/js\/modernizr.min.js",
                "cdn\/js\/weather.min.js",
                "cdn\/js\/update.min.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "description": "Replace new tab page with a personal dashboard.",
    "content_security_policy": "script-src 'self' https:\/\/api.wunderground.com\/ https:\/\/ssl.geoplugin.net\/ https:\/\/api.ryanoconr.com https:\/\/dash.deesyl.com\/  'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "name": "Dash",
    "offline_enabled": true,
    "permissions": [
        "geolocation",
        "unlimitedStorage"
    ],
    "short_name": "Dash",
    "version": "1.2.3"
}