Beautiful Digital Clock with Greetings

A beautiful new tab page that displays a digital 12-hour format clock.

Beautiful Digital Clock with Greetingsとは何ですか?

Beautiful Digital Clock with GreetingsはNaruth Konguraiによって開発されたChromeの拡張機能で、その主な機能は「A beautiful new tab page that displays a digital 12-hour format clock.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Beautiful Digital Clock with Greetings拡張機能のCRXファイルをダウンロード

Beautiful Digital Clock with Greetings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you bored of your current New Tab page? Why don't you try out this beautiful color-changing New Tab page? Whenever you launch a new tab, a digital clock is displayed. And the background slowly changes from one bright color to another.

It's a wonderful and simple page made to delight and enhance your browsing experience!                    

拡張機能の基本情報

名前 Beautiful Digital Clock with Greetings Beautiful Digital Clock with Greetings
ID jdnjafgehddcpoahelddbflpmoeinaed
公式URL https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed
説明 A beautiful new tab page that displays a digital 12-hour format clock.
ファイルサイズ 55.11 KB
インストール数 83
現在のバージョン 1.0
最終更新日 2018-09-25
公開日 2018-09-25
評価 5.00/5 合計 1 レビュー
開発者 Naruth Kongurai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.naruthk.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beautiful Digital Clock with Greetings",
    "short_name": "Digital Clock",
    "description": "A beautiful new tab page that displays a digital 12-hour format clock.",
    "version": "1.0",
    "author": "Naruth Kongurai",
    "permissions": [
        "management",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}