Ticker: A Minimal Clock for Your New Tab Page
A tidy little clock for your new tab page.
Ticker: A Minimal Clock for Your New Tab Pageคืออะไร?
Ticker: A Minimal Clock for Your New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Deep Yogurt และคุณลักษณะหลักของมันคือ "A tidy little clock for your new tab page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ticker: A Minimal Clock for Your New Tab Page
ดาวน์โหลดไฟล์ส่วนขยาย Ticker: A Minimal Clock for Your New Tab Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Declutter your Chrome with a minimal clock on your new tab page. Ticker only does one thing: displays a clock. No fussing with configuration or finding the right colors; just the time. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fhemakipjophmjjcalkkbgobjemnjiph |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ticker-a-minimal-clock-fo/fhemakipjophmjjcalkkbgobjemnjiph |
| คำอธิบาย | A tidy little clock for your new tab page. |
| ขนาดไฟล์ | 10.25 KB |
| จำนวนการติดตั้ง | 71 |
| เวอร์ชันปัจจุบัน | 4 |
| อัปเดตครั้งล่าสุด | 2017-07-13 |
| วันที่เผยแพร่ | 2017-07-13 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | Deep Yogurt |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/waltz/chrome-blank-new-tab |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ticker: A Minimal Clock for Your New Tab Page",
"short_name": "Ticker",
"version": "4",
"description": "A tidy little clock for your new tab page.",
"offline_enabled": true,
"icons": {
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |