Hearth

A clean, minimal, and customizable homepage.

Hearthคืออะไร?

Hearth เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abhaybd012 และคุณลักษณะหลักของมันคือ "A clean, minimal, and customizable homepage."

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

screenshot
screenshot

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

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

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

                        Hearth is a minimal and clean homepage for your browser, inspired by the default Chrome homepage. That's it. It doesn't have additional bells and whistles like calendar integration, nor will it ever.

Hearth shows you your homepage by overriding the newtab page, and showing you your custom homepage from Hearth instead of the default newtab page.

Contrary to Chrome's default newtab page, Hearth supports a nearly unlimited number of links, through the use of an expanding area for icons, as well as folders to organize your homepage.

The icon for a site is automatically selected to be the favicon for that website, making the organizational process much more hassle-free.

Additionally, Hearth has an (optional) clock at the top, which helps fill empty space while still remaining clean.

Icons used in this project were made by Freepik (https://www.flaticon.com/authors/freepik) available on Flaticon (https://www.flaticon.com/)
Default background by Albulena Panduri.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hearth Hearth
ID ijmddefeloapjgmjnaoalfcgalfcncip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hearth/ijmddefeloapjgmjnaoalfcgalfcncip
คำอธิบาย A clean, minimal, and customizable homepage.
ขนาดไฟล์ 570 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 0.2.6
อัปเดตครั้งล่าสุด 2022-01-05
วันที่เผยแพร่ 2021-01-19
ผู้พัฒนา abhaybd012
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hearth",
    "version": "0.2.6",
    "description": "A clean, minimal, and customizable homepage.",
    "content_security_policy": "script-src https:\/\/www.googletagmanager.com\/ 'self'; object-src 'self'",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "build\/index.html"
    }
}