Hearth

A clean, minimal, and customizable homepage.

什麼是Hearth?

Hearth是由abhaybd012開發的Chrome擴展程式,該擴展的主要功能是“A clean, minimal, and customizable homepage.”。

擴展截圖

screenshot
screenshot

下載Hearth擴展crx文件

下載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
官方網址 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"
    }
}