Simple Dashboard

Replace new tab page with a Simple Dashboard

Simple Dashboard란 무엇입니까?

Simple Dashboard은(는) Rob에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab page with a Simple Dashboard"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A simple dashboard to replace the Google Chrome New Tab. Backgrounds are powered by Pexels, weather by NOAA, and the latest 8 events in your primary Google Calendar. Simple Dash is developed with your privacy in mind, no 3rd party analytics tools are embedded in the application, nor does any of your information travel to a 3rd party server. It simply uses the freely available APIs to pull in relevant information.                    

확장 프로그램 기본 정보

이름 Simple Dashboard Simple Dashboard
ID hnahjccmfijeojdehoofghicecdjnedi
공식 URL https://chromewebstore.google.com/detail/simple-dashboard/hnahjccmfijeojdehoofghicecdjnedi
설명 Replace new tab page with a Simple Dashboard
파일 크기 1.24 MB
설치 횟수 28
현재 버전 1.2.30
최근 업데이트 2021-01-20
출시 날짜 2018-06-17
평점 5.00/5 총 1 개의 평점
개발자 Rob
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "simpledash.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.googleapis.com 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with a Simple Dashboard",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Simple Dashboard",
    "offline_enabled": false,
    "permissions": [
        "geolocation",
        "identity"
    ],
    "short_name": "Simple Dash",
    "oauth2": {
        "client_id": "285229412238-o9ihm8u1d45objd1ehsibv2n0lket01k.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.30"
}