Toolbar Clock

Stylish analog clock in your browser toolbar.

Toolbar Clockคืออะไร?

Toolbar Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Muyor และคุณลักษณะหลักของมันคือ "Stylish analog clock in your browser toolbar."

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

screenshot

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

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

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

                        Toolbar Clock is a browser add-on that renders a stylish analog clock in the toolbar popup and also a simple analog clock as the toolbar icon.

To see the clock, please click on the toolbar icon to open the popup. There are few settings at the bottom of the UI to adjust the clock. There is also a reload button to refresh the clock UI in case an unexpected error happens. Please note that this add-on does not have any options or settings to adjust. All you need is available in toolbar popup UI.

If you want to report a bug or have a feature request, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/toolbar-clock.html).                    

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

ชื่อ Toolbar Clock Toolbar Clock
ID cemihgihgpjhjdgbebpmckbeonpnffjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/toolbar-clock/cemihgihgpjhjdgbebpmckbeonpnffjj
คำอธิบาย Stylish analog clock in your browser toolbar.
ขนาดไฟล์ 61 KB
จำนวนการติดตั้ง 824
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2023-11-18
วันที่เผยแพร่ 2018-04-02
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Muyor
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/toolbar-clock.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/toolbar-clock.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "Toolbar Clock",
    "offline_enabled": true,
    "description": "Stylish analog clock in your browser toolbar.",
    "homepage_url": "https:\/\/mybrowseraddon.com\/toolbar-clock.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "Toolbar Clock",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}