Home page by Scott
Home page with a new photo each day, by Scott Sheppeard.
什么是Home page by Scott?
Home page by Scott是由https://sheppeard.com.au开发的Chrome扩展程序,该扩展的主要功能是“Home page with a new photo each day, by Scott Sheppeard.”。
扩展截图
下载Home page by Scott扩展crx文件
下载Home page by Scott扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        When you open a new tab, it will have the time displayed on a different image each day, featuring photography by Scott Sheppeard.                     扩展基本信息
| 名称 |  | 
| ID | nddonfodeneangpkdhbigehldjjmicom | 
| 官方URL | https://chromewebstore.google.com/detail/home-page-by-scott/nddonfodeneangpkdhbigehldjjmicom | 
| 简介 | Home page with a new photo each day, by Scott Sheppeard. | 
| 文件大小 | 104 KB | 
| 安装次数 | 4,000 | 
| 当前版本 | 0.0.2.1 | 
| 更新时间 | 2023-08-18 | 
| 上架时间 | 2021-09-14 | 
| 评分 | 5.00/5 共4次评分 | 
| 开发者 | https://sheppeard.com.au | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://www.sheppeard.com.au/ | 
| 帮助页面URL | https://www.sheppeard.com.au/ | 
| 支持的语言 | 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"
    }
} | |