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
官方網址 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
電子郵箱 [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"
    }
}