EasyClock

Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen

EasyClockคืออะไร?

EasyClock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron Becker และคุณลักษณะหลักของมันคือ "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen"

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

screenshot

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

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

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

                        EasyClock is a simple extension that adds a clock (shows on mouseover) in the bottom left-hand corner of your screen. But this clock has some features, including:
*Double click clock to change color
*Click clock to toggle seconds display
*Press L on keyboard to toggle keeping the clock onscreen forever                    

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

ชื่อ EasyClock EasyClock
ID aedanoabbbceoffbdkfdeccfpijfaoja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja
คำอธิบาย Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
ขนาดไฟล์ 13.16 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2016-09-11
วันที่เผยแพร่ 2016-09-10
ผู้พัฒนา Aaron Becker
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasyClock",
    "manifest_version": 2,
    "version": "1.1.5",
    "author": "Aaron Becker",
    "description": "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen",
    "icons": {
        "128": "\/images\/icon.png"
    },
    "web_accessible_resources": [
        "easyclock.js"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "offline_enabled": true,
    "short_name": "EasyClock"
}