needlles
clock for two
needllesคืออะไร?
needlles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chabolab และคุณลักษณะหลักของมันคือ "clock for two"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย needlles
ดาวน์โหลดไฟล์ส่วนขยาย needlles ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a clock for separated two. It indicates your time and someone who is in a different timezone. The red arrow and fan-shaped area show the time and day/night of them. For example, if the red arrow points at 10 O'clock and the starry sky background, it indicates 10 p.m. on their side. A clock will be shown whenever you opened the Chrome web browser and open a new tab. Timezone can be changed by pulldown list on the right bottom. Awarded at 2014 HTML5 Japan Cup "Chrome Apps Category"
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | needlles |
ID | mmkbddghaokoagijoibnncdnjmnbkmob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/needlles/mmkbddghaokoagijoibnncdnjmnbkmob |
คำอธิบาย | clock for two |
ขนาดไฟล์ | 3.13 MB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 0.91 |
อัปเดตครั้งล่าสุด | 2022-09-15 |
วันที่เผยแพร่ | 2014-07-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | chabolab |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://5jcup.org/works/53b052b2b7a513374c0021d8 |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.91", "chrome_url_overrides": { "newtab": "blank.html" }, "icons": { "16": "icon.png", "128": "icon.png" }, "permissions": [], "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" } } |