Home page by Scott
Home page with a new photo each day, by Scott Sheppeard.
Wat is Home page by Scott?
Home page by Scott is een Chrome-extensie ontwikkeld door https://sheppeard.com.au, en de belangrijkste functie is "Home page with a new photo each day, by Scott Sheppeard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Home page by Scott
Download Home page by Scott-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
When you open a new tab, it will have the time displayed on a different image each day, featuring photography by Scott Sheppeard. Basisinformatie over de Extensie
| Naam | |
| ID | nddonfodeneangpkdhbigehldjjmicom |
| Officiële URL | https://chromewebstore.google.com/detail/home-page-by-scott/nddonfodeneangpkdhbigehldjjmicom |
| Beschrijving | Home page with a new photo each day, by Scott Sheppeard. |
| Bestandsgrootte | 104 KB |
| Aantal Installaties | 4,000 |
| Huidige Versie | 0.0.2.1 |
| Laatst Bijgewerkt | 2023-08-18 |
| Publicatiedatum | 2021-09-14 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://sheppeard.com.au |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.sheppeard.com.au/ |
| Help Pagina-URL | https://www.sheppeard.com.au/ |
| Ondersteunde Talen | 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"
}
} | |