Perfect Home

New tab replacement

什么是Perfect Home?

Perfect Home是由Perfect Things开发的Chrome扩展程序,该扩展的主要功能是“New tab replacement”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Perfect Home扩展crx文件

下载Perfect Home扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Replace your new-tab page and home page with your bookmarks. No ads, no speed dials, no frequently visited or other "frecency" bullshit! Just your own, predictable grid of links.                    

扩展基本信息

名称 Perfect Home Perfect Home
ID hdekbnedodfockfppllkaaahaibfgcaj
官方URL https://chromewebstore.google.com/detail/perfect-home/hdekbnedodfockfppllkaaahaibfgcaj
简介 New tab replacement
文件大小 131 KB
安装次数 390
当前版本 0.14.0
更新时间 2023-09-12
上架时间 2021-03-16
评分 5.00/5 共3次评分
开发者 Perfect Things
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/perfect-things/perfect-home/
帮助页面URL https://github.com/perfect-things/perfect-home/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Perfect Home",
    "version": "0.14.0",
    "author": "PerfectThings",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "New tab replacement",
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png"
    }
}