Toolbar Clock CE-7

Show the current time on toolbar and small calendar on popup window.

Toolbar Clock CE-7คืออะไร?

Toolbar Clock CE-7 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.styleseven.com และคุณลักษณะหลักของมันคือ "Show the current time on toolbar and small calendar on popup window."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toolbar Clock CE-7

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

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

                        Press on the extension button to show popup window. Click on date picker to show calendar.
Use "Options" dialog to switch Am/Pm mode to off or select font color.                    

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

ชื่อ Toolbar Clock CE-7 Toolbar Clock CE-7
ID blmjmiddomienmbjkijkgdohhfhclpjc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/toolbar-clock-ce-7/blmjmiddomienmbjkijkgdohhfhclpjc
คำอธิบาย Show the current time on toolbar and small calendar on popup window.
ขนาดไฟล์ 14.93 KB
จำนวนการติดตั้ง 1,970
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2015-10-19
วันที่เผยแพร่ 2015-10-19
คะแนน 4.05/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://www.styleseven.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.styleseven.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toolbar Clock CE-7",
    "version": "2.1",
    "background": {
        "scripts": [
            "base.js"
        ]
    },
    "description": "Show the current time on toolbar and small calendar on popup window.",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "manifest_version": 2
}