Cool Clock

An extension fully loaded with tons of useful time-related features... But the best part is, it is totally COOL.

Cool Clockคืออะไร?

Cool Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Derek L. และคุณลักษณะหลักของมันคือ "An extension fully loaded with tons of useful time-related features... But the best part is, it is totally COOL."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cool Clock

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

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

                        This is not your ordinary clock on a toolbar. This does more than that.

Time-telling is one of the main feature of this extension, and different methods are often prefered in displaying time. In this, you can modify multiple the appearance of the clock, which is located in the toolbar.

Let's take a step further. Why do you need to look for the time yourself when you can be informed with the time automatically on intervals? This extension also provides an hourly notification, which can be configured to even announce the time with TTS.

Stopwatch, alarm, and countdown timer are included along with a simple calendar. 

You can also type "clock" in the Omnibox to quick search your to-dos and alarms within seconds.

== Features ==
 - Hourly notifications
 - If you hide your Windows start bar, you can tell the time right in your browser
 - Editable appearances
 - Timezone settings
 - If you want want to hide the clock temporarily, just check that in the option page.
 - Lots of ways to display the time
 - Details in the popup
 - Includes clock, calendar and digital clock...

== Open Source ==
This is an open source project. Source can be found at https://github.com/derek1906/CoolClock. This extension is no longer in active development, but feel free to contribute to the project by creating a pull request on GitHub.

== Social Media ==
Facebook Page: http://www.facebook.com/coolclock
Tweet it: http://goo.gl/VEhfO

== Legal Stuff ==
"Google Calendar" is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.

"Chrome Clock" has changed its name to "Cool Clock" on 2-2-2011.                    

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

ชื่อ Cool Clock Cool Clock
ID icegcmhgphfkgglbljbkdegiaaihifce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cool-clock/icegcmhgphfkgglbljbkdegiaaihifce
คำอธิบาย An extension fully loaded with tons of useful time-related features... But the best part is, it is totally COOL.
ขนาดไฟล์ 1.91 MB
จำนวนการติดตั้ง 127,186
เวอร์ชันปัจจุบัน 3.3.2
อัปเดตครั้งล่าสุด 2018-03-04
วันที่เผยแพร่ 2018-03-03
คะแนน 4.20/5 รวมทั้งหมด 1737 คะแนน
ผู้พัฒนา Derek L.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://derek-leung.com/cool_clock
URL หน้าช่วยเหลือ https://groups.google.com/forum/#!forum/chrome-clock
ภาษาที่รองรับ id,de,en,fr,nl,vi,tr,ca,es,it,hu,pl,pt-BR,pt-PT,ro,fi,cs,el,sr,bg,ru,iw,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/wait.png",
        "default_title": "Loading...",
        "default_popup": "new_popup2.html"
    },
    "default_locale": "en",
    "description": "__MSG_extDes__",
    "icons": {
        "128": "icons\/128x128.png",
        "16": "icons\/16x16.png"
    },
    "name": "__MSG_extName__",
    "options_ui": {
        "page": "options_new.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "author": "Derek Leung",
    "permissions": [
        "notifications",
        "contextMenus",
        "tts",
        "*:\/\/calendar.google.com\/*",
        "*:\/\/www.google.com\/calendar\/feeds\/*",
        "clipboardWrite",
        "activeTab",
        "alarms",
        "power",
        "idle"
    ],
    "optional_permissions": [
        "background"
    ],
    "omnibox": {
        "keyword": "clock"
    },
    "homepage_url": "https:\/\/chrome.google.com\/extensions\/detail\/icegcmhgphfkgglbljbkdegiaaihifce",
    "version": "3.3.2",
    "manifest_version": 2,
    "offline_enabled": true,
    "minimum_chrome_version": "50",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.facebook.com\/ https:\/\/www.google.com\/ https:\/\/apis.google.com\/ https:\/\/platform.twitter.com\/ https:\/\/connect.facebook.net\/ https:\/\/static.ak.fbcdn.net\/ https:\/\/accounts.google.com\/ https:\/\/fbstatic-a.akamaihd.net\/; object-src 'self'"
}