Simple

Chrome extension that shows the current time and weather on the new tab screen

Simple란 무엇입니까?

Simple은(는) Hattar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension that shows the current time and weather on the new tab screen"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Replace new tab screen with current time and weather sourced from OpenWeatherMap.org.

Simple replaces your "New Tab" screen with a new one that shows you the current time and the weather, with no tracking, no unnecessary permissions, no BS.

# Update 1.1.0
Added font picker
Minor bug fixes and performance improvements
Add blinky "new stuff" notification

# Update 1.0.12
CSS updates to make the scaling a bit nicer
Add 1hr caching to weather querying so we don't get booted from the weather API :)

# Update 1.0.11
Previous fix for issue causing defaults to override user settings didn't work in some situations, retrying
Allowed clicking off the settings bar to close it so you don't have to hit the X                    

확장 프로그램 기본 정보

이름 Simple Simple
ID ofpamglakelakiehjfhgfcikpponflgi
공식 URL https://chromewebstore.google.com/detail/simple/ofpamglakelakiehjfhgfcikpponflgi
설명 Chrome extension that shows the current time and weather on the new tab screen
파일 크기 111 KB
설치 횟수 34,784
현재 버전 1.1.1
최근 업데이트 2019-12-22
출시 날짜 2019-12-22
평점 4.27/5 총 33 개의 평점
개발자 Hattar
이메일 [email protected]
결제 유형 free
지원되는 언어 en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple",
    "version": "1.1.1",
    "options_page": "app\/index.html#settings",
    "icons": {
        "16": "images\/icon16.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "description": "Chrome extension that shows the current time and weather on the new tab screen",
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "default_locale": "en",
    "author": "Dan Covill",
    "permissions": [
        "storage",
        "geolocation"
    ],
    "manifest_version": 2
}