Perfect Home

New tab replacement

What is Perfect Home?

Perfect Home is a Chrome extension developed by Perfect Things, and its main feature is "New tab replacement".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Perfect Home Extension CRX File

Download Perfect Home extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Perfect Home Perfect Home
ID hdekbnedodfockfppllkaaahaibfgcaj
Official URL https://chromewebstore.google.com/detail/perfect-home/hdekbnedodfockfppllkaaahaibfgcaj
Description New tab replacement
File Size 131 KB
Installation Count 390
Current Version 0.14.0
Last Updated 2023-09-12
Publish Date 2021-03-16
Rating 5.00/5 Total 3 Ratings
Developer Perfect Things
Email [email protected]
Payment Type free
Extension Website https://github.com/perfect-things/perfect-home/
Help Page URL https://github.com/perfect-things/perfect-home/issues
Supported Languages 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"
    }
}