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