Clock for Google Chrome ™

Digital clock with unique designs for Google Chrome. NEW! + 100 Different design themes available

Clock for Google Chrome ™คืออะไร?

Clock for Google Chrome ™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MetaAlpha Studio และคุณลักษณะหลักของมันคือ "Digital clock with unique designs for Google Chrome. NEW! + 100 Different design themes available"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clock for Google Chrome ™

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

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

                        You are looking for a digital clock without complications.

This extension is a simple clock with many designs to check the time directly in your browser.

You will see:

✓ Digital clock.
✓ Day & Date.
✓ Hours, minutes and seconds.
✓ Month.
✓ Year.


(NEW) You can configure:

✓ Change clock time format, 24 hours or 12 hours.
✓ Customize clock background (More than 100 designs available). 
✓ Choose and change your favorite language.
✓ Edit the keyboard shortcut to open the popup (*).


(*) Default keyboard shortcut to open the clock:

Alt + Z (Windows) 
⌥ + Z (Mac OS)


NOTE:

Clock for Google Chrome ™ is available in multiple languages.

This digital clock is compatible with the main Google Chrome browser with Windows, Mac, Linux and other operating systems.

It is also compatible with Edge, Firefox, Safari and Opera browsers.

By © Takeshi Nakamoto. 2020                    

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

ชื่อ Clock for Google Chrome ™ Clock for Google Chrome ™
ID eijfcjdmbjmpiioekgaiihgefagbagnk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/clock-for-google-chrome/eijfcjdmbjmpiioekgaiihgefagbagnk
คำอธิบาย Digital clock with unique designs for Google Chrome. NEW! + 100 Different design themes available
ขนาดไฟล์ 95.65 MB
จำนวนการติดตั้ง 67,462
เวอร์ชันปัจจุบัน 3.1.2
อัปเดตครั้งล่าสุด 2022-11-17
วันที่เผยแพร่ 2020-04-29
คะแนน 4.28/5 รวมทั้งหมด 105 คะแนน
ผู้พัฒนา MetaAlpha Studio
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "\/assets\/js\/Global.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "\/assets\/js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Z",
                "chromeos": "Alt+Z",
                "linux": "Alt+Z",
                "mac": "Alt+Z",
                "windows": "Alt+Z"
            }
        }
    },
    "default_locale": "en",
    "offline_enabled": true,
    "short_name": "__MSG_shortname__",
    "manifest_version": 2,
    "version": "3.1.2"
}