Perfect Home

New tab replacement

Cos'è Perfect Home?

Perfect Home è un'estensione di Chrome sviluppata da Perfect Things, e la sua funzione principale è "New tab replacement".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Perfect Home

Scarica i file di estensione Perfect Home in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Perfect Home Perfect Home
ID hdekbnedodfockfppllkaaahaibfgcaj
URL Ufficiale https://chromewebstore.google.com/detail/perfect-home/hdekbnedodfockfppllkaaahaibfgcaj
Descrizione New tab replacement
Dimensione del File 131 KB
Conteggio Installazioni 390
Versione Corrente 0.14.0
Ultimo Aggiornamento 2023-09-12
Data di Pubblicazione 2021-03-16
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Perfect Things
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/perfect-things/perfect-home/
URL della Pagina di Aiuto https://github.com/perfect-things/perfect-home/issues
Lingue Supportate 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"
    }
}