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
公式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
Eメール [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"
    }
}