Digital clock for Google Chrome ™
Simple digital clock with a flat design for Google Chrome.
Digital clock for Google Chrome ™คืออะไร?
Digital clock for Google Chrome ™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Simple digital clock with a flat design for Google Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Digital clock for Google Chrome ™
ดาวน์โหลดไฟล์ส่วนขยาย Digital clock for Google Chrome ™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple digital clock with flat design ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | acfdaegeamfpfefenlgcbfahcdnohgpp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/digital-clock-for-google/acfdaegeamfpfefenlgcbfahcdnohgpp |
| คำอธิบาย | Simple digital clock with a flat design for Google Chrome. |
| ขนาดไฟล์ | 637 KB |
| จำนวนการติดตั้ง | 393 |
| เวอร์ชันปัจจุบัน | 0.0.0.1 |
| อัปเดตครั้งล่าสุด | 2019-08-08 |
| วันที่เผยแพร่ | 2019-08-08 |
| คะแนน | 2.50/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | Unknown |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | de,en,en-GB,en-US,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "128.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"128": "128.png",
"16": "16.png",
"48": "48.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"offline_enabled": true,
"short_name": "__MSG_shortname__",
"version": "0.0.0.1"
} | |