Just a Clock - the Minutes
A simple digital clock for the toolbar. This is JUST THE MINUTES. Pair with the hours for an awesome readable clock in your toolbar!
Just a Clock - the Minutesคืออะไร?
Just a Clock - the Minutes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marc G และคุณลักษณะหลักของมันคือ "A simple digital clock for the toolbar. This is JUST THE MINUTES. Pair with the hours for an awesome readable clock in your toolbar!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Just a Clock - the Minutes
ดาวน์โหลดไฟล์ส่วนขยาย Just a Clock - the Minutes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just a clock, in your Chrome toolbar; Nice and big and simple. There are 2 extensions, one for the Hours and one for the Minutes. I built this because I usually have a full screen app/game/video going on my main monitor and can't see the clock. My browser is usually on my 2nd monitor and now I can always see the time at a glance! This is JUST THE MINUTES and meant to be paired with the "Just a Clock - The Hours" extension in your toolbar and positioned to its RIGHT. Remember to also install the HOURS: https://chrome.google.com/webstore/detail/agglgohcegmeeaccikjfmehncfomccpg -- Now with High Res images! -- White numbers for dark themes are available in Options - Russian translation provided by Ross Yes - Turkish translation provided by Kerem Özen - German translation provided by Arshad Tayyeb - Italian translation provided by Stefano Moris - Dutch translation provided by Joery van Druten If you like it please let me know in the comments. If you have any suggestions or requests please also let me know.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Just a Clock - the Minutes |
ID | pgmgkfgcnigcopcjhilfabbdgmjmkogj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/just-a-clock-the-minutes/pgmgkfgcnigcopcjhilfabbdgmjmkogj |
คำอธิบาย | A simple digital clock for the toolbar. This is JUST THE MINUTES. Pair with the hours for an awesome readable clock in your toolbar! |
ขนาดไฟล์ | 162 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 0.93.6 |
อัปเดตครั้งล่าสุด | 2020-11-19 |
วันที่เผยแพร่ | 2015-12-04 |
คะแนน | 4.58/5 รวมทั้งหมด 204 คะแนน |
ผู้พัฒนา | Marc G |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,nl,tr,es,it,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "0.93.6", "description": "__MSG_extDescription__", "icons": { "16": "iconSmall.png", "32": "iconWin.png", "48": "iconMed.png", "128": "iconBig.png" }, "default_locale": "en", "browser_action": { "default_icon": { "19": "0-19.png", "38": "0-38.png" } }, "background": { "scripts": [ "setMinutes.js" ] }, "offline_enabled": true, "options_page": "options.html" } |