Evergreen New Tab

A minimalistic, functional, and beautiful new tab extension for Chrome

Evergreen New Tab란 무엇입니까?

Evergreen New Tab은(는) reticivis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimalistic, functional, and beautiful new tab extension for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Evergreen New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Evergreen New Tab for Chrome is a new tab extension designed to be minimalistic and beautiful.

Features:

Random Background
Evergreen sources a new background every time you open a new tab.

Simple HUD
Evergreen shows the time, date, weather, and a google search bar for productivity. They can be clicked on for more detailed information such as the full date or a calendar view of the current month.

Detailed Weather
If you click on the weather icon, you will see a forecast for the day and for the week presented in a beautiful customizable color-coded chart.

Fully customizable
Many features in Evergreen are customizable, including: background blur, temperature units, date and time formats and types of backgrounds.

Image caching
Evergreen has extremely little loading time, since it saves and displays the last shown background and downloads a new one in the background. You can also tell Evergreen to only download a background every so often to save data.

Works offline
Evergreen shows the last background and last weather report to display when offline.

--Evergreen requires your location to show the weather. Evergreen exclusively uses your location to get the weather, and uses it for nothing else.--                    

확장 프로그램 기본 정보

이름 Evergreen New Tab Evergreen New Tab
ID hidneipdiamkkokccepfbfchfdhlipmn
공식 URL https://chromewebstore.google.com/detail/evergreen-new-tab/hidneipdiamkkokccepfbfchfdhlipmn
설명 A minimalistic, functional, and beautiful new tab extension for Chrome
파일 크기 1.71 MB
설치 횟수 32
현재 버전 2.1.1
최근 업데이트 2023-11-20
출시 날짜 2020-05-24
평점 5.00/5 총 8 개의 평점
개발자 reticivis
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/HexCodeFFF/evergreen
도움말 페이지 URL https://github.com/HexCodeFFF/evergreen/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Evergreen New Tab",
    "short_name": "Evergreen",
    "description": "A minimalistic, functional, and beautiful new tab extension for Chrome",
    "version": "2.1.1",
    "permissions": [
        "storage",
        "geolocation"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "32": "icons\/evergreen32.png",
        "128": "icons\/evergreen128.png",
        "1000": "icons\/evergreen1000.png"
    },
    "action": {
        "default_icon": {
            "32": "icons\/evergreen32.png",
            "128": "icons\/evergreen128.png",
            "1000": "icons\/evergreen1000.png"
        },
        "default_title": "Evergreen New Tab"
    }
}