Evergreen New Tab

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

Evergreen New Tabคืออะไร?

Evergreen New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย reticivis และคุณลักษณะหลักของมันคือ "A minimalistic, functional, and beautiful new tab extension for Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Evergreen New Tab

ดาวน์โหลดไฟล์ส่วนขยาย Evergreen New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}