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 | 
| 官方網址 | 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"
    }
} | |