Now

A simple New Tab page that displays the time and date.

Nowとは何ですか?

NowはStephen Leitnickによって開発されたChromeの拡張機能で、その主な機能は「A simple New Tab page that displays the time and date.」です。

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

screenshot

Now拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Now is a New Tab extension that displays the current time and date. That's it!                    

拡張機能の基本情報

名前 Now Now
ID pholgifcjokhbnemjdapeaaaohhejdca
公式URL https://chromewebstore.google.com/detail/now/pholgifcjokhbnemjdapeaaaohhejdca
説明 A simple New Tab page that displays the time and date.
ファイルサイズ 399 KB
インストール数 57
現在のバージョン 1.1.1
最終更新日 2021-12-02
公開日 2017-03-22
評価 4.40/5 合計 5 レビュー
開発者 Stephen Leitnick
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Now",
    "description": "A simple New Tab page that displays the time and date.",
    "version": "1.1.1",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "now.html"
    }
}