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 | 
| Eメール | [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"
    }
} | |