Hearth

A clean, minimal, and customizable homepage.

Hearth란 무엇입니까?

Hearth은(는) abhaybd012에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A clean, minimal, and customizable homepage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

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