ChronoTab: The Best New Tab Clock

The best timepiece for the new tab page

ChronoTab: The Best New Tab Clockคืออะไร?

ChronoTab: The Best New Tab Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dakota Larson และคุณลักษณะหลักของมันคือ "The best timepiece for the new tab page"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChronoTab: The Best New Tab Clock

ดาวน์โหลดไฟล์ส่วนขยาย ChronoTab: The Best New Tab Clock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The best timepiece for the new tab page!

Features:
> Snazzy clock face
> Slick digital clock and date
> Comprehensive configuration

Contact me with ideas, bug reports or comments! 
[email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChronoTab: The Best New Tab Clock ChronoTab: The Best New Tab Clock
ID aglflhdjjfabpohbaonlepcofcofpamd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chronotab-the-best-new-ta/aglflhdjjfabpohbaonlepcofcofpamd
คำอธิบาย The best timepiece for the new tab page
ขนาดไฟล์ 52.83 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2018-04-09
วันที่เผยแพร่ 2018-04-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Dakota Larson
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChronoTab: The Best New Tab Clock",
    "short_name": "ChronoTab",
    "author": "Dakota Larson",
    "description": "The best timepiece for the new tab page",
    "version": "1.4",
    "icons": {
        "16": ".\/res\/clock_16.png",
        "24": ".\/res\/clock_24.png",
        "32": ".\/res\/clock_32.png",
        "48": ".\/res\/clock_48.png",
        "64": ".\/res\/clock_64.png",
        "128": ".\/res\/clock_128.png",
        "256": ".\/res\/clock_256.png"
    },
    "chrome_url_overrides": {
        "newtab": "clock.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}