Home page by Scott
Home page with a new photo each day, by Scott Sheppeard.
Cos'è Home page by Scott?
Home page by Scott è un'estensione di Chrome sviluppata da https://sheppeard.com.au, e la sua funzione principale è "Home page with a new photo each day, by Scott Sheppeard.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Home page by Scott
Scarica i file di estensione Home page by Scott 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
                        When you open a new tab, it will have the time displayed on a different image each day, featuring photography by Scott Sheppeard.                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | nddonfodeneangpkdhbigehldjjmicom | 
| URL Ufficiale | https://chromewebstore.google.com/detail/home-page-by-scott/nddonfodeneangpkdhbigehldjjmicom | 
| Descrizione | Home page with a new photo each day, by Scott Sheppeard. | 
| Dimensione del File | 104 KB | 
| Conteggio Installazioni | 4,000 | 
| Versione Corrente | 0.0.2.1 | 
| Ultimo Aggiornamento | 2023-08-18 | 
| Data di Pubblicazione | 2021-09-14 | 
| Valutazione | 5.00/5 Totale 4 Valutazioni | 
| Sviluppatore | https://sheppeard.com.au | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://www.sheppeard.com.au/ | 
| URL della Pagina di Aiuto | https://www.sheppeard.com.au/ | 
| Lingue Supportate | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Home page by Scott",
    "version": "0.0.2.1",
    "description": "Home page with a new photo each day, by Scott Sheppeard.",
    "icons": {
        "16": "icons\/home-16.png",
        "32": "icons\/home-32.png",
        "64": "icons\/home-64.png",
        "128": "icons\/home-128.png",
        "256": "icons\/home-256.png",
        "512": "icons\/home-512.png"
    },
    "action": {
        "default_icon": "icons\/home-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
} | |