Good Times - Time Zone Clocks

Browser button that displays time zone clocks

Good Times - Time Zone Clocksคืออะไร?

Good Times - Time Zone Clocks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scottschafferdesign และคุณลักษณะหลักของมันคือ "Browser button that displays time zone clocks"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Good Times - Time Zone Clocks

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

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

                        This simple Browser Button displays your local time, and your choice of a number of popular time zones across the world. Add them to your clock list, sort them, and remove them at your leisure. Good Times also comes with a number of different color and font themes that you can flip through. New time zones and themes will be added over time.                    

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

ชื่อ Good Times - Time Zone Clocks Good Times - Time Zone Clocks
ID pflkmmpmblhpdngdddakekchmpaijdpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/good-times-time-zone-cloc/pflkmmpmblhpdngdddakekchmpaijdpb
คำอธิบาย Browser button that displays time zone clocks
ขนาดไฟล์ 192 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2021-04-16
วันที่เผยแพร่ 2021-04-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา scottschafferdesign
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Good Times - Time Zone Clocks",
    "version": "2.1",
    "description": "Browser button that displays time zone clocks",
    "author": "Scott Schaffer",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Good Times"
    },
    "permissions": [
        "storage"
    ]
}