Home page by Scott

Home page with a new photo each day, by Scott Sheppeard.

What is Home page by Scott?

Home page by Scott is a Chrome extension developed by https://sheppeard.com.au, and its main feature is "Home page with a new photo each day, by Scott Sheppeard.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Home page by Scott Extension CRX File

Download Home page by Scott 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

                        When you open a new tab, it will have the time displayed on a different image each day, featuring photography by Scott Sheppeard.                    

Extension Basic Information

Name Home page by Scott Home page by Scott
ID nddonfodeneangpkdhbigehldjjmicom
Official URL https://chromewebstore.google.com/detail/home-page-by-scott/nddonfodeneangpkdhbigehldjjmicom
Description Home page with a new photo each day, by Scott Sheppeard.
File Size 104 KB
Installation Count 4,000
Current Version 0.0.2.1
Last Updated 2023-08-18
Publish Date 2021-09-14
Rating 5.00/5 Total 4 Ratings
Developer https://sheppeard.com.au
Email [email protected]
Payment Type free
Extension Website https://www.sheppeard.com.au/
Help Page URL https://www.sheppeard.com.au/
Supported Languages 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"
    }
}