e-clock

Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more

e-clock란 무엇입니까?

e-clock은(는) Yuriy Husnay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

e-clock 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        e-clock is a new tab replacement which shows you the current time and the weather. Lets you completely customize its look and feel.

★Minimal design, decent level of customization★
★Simple elegant, runs well★
★Funky and very comfortable★

Features:
 ✔ current time and date in 24 or 12 hour format
 ✔ local weather forecast
 ✔ quick access to default apps, bookmarks, history and more
 ✔ plenty of customization options(backgrounds, colors, fonts, etc.)


If you have any idea, feature request, question or found a bug, please, add your feedback so I can improve e-clock.                    

확장 프로그램 기본 정보

이름 e-clock e-clock
ID ojhhcfhabhligodffabdhcaoicecaboo
공식 URL https://chromewebstore.google.com/detail/e-clock/ojhhcfhabhligodffabdhcaoicecaboo
설명 Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more
파일 크기 19.55 MB
설치 횟수 20,000
현재 버전 3.6.1
최근 업데이트 2019-10-15
출시 날짜 2019-10-15
평점 4.65/5 총 719 개의 평점
개발자 Yuriy Husnay
결제 유형 free
지원되는 언어 en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "e-clock",
    "version": "3.6.1",
    "description": "__MSG_i18nShortDescription__",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "geolocation"
    ],
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}