Now

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

Nowคืออะไร?

Now เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stephen Leitnick และคุณลักษณะหลักของมันคือ "A simple New Tab page that displays the time and date."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Now

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}