Bookmark World Clock

Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily

Bookmark World Clockคืออะไร?

Bookmark World Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sgtpanda และคุณลักษณะหลักของมันคือ "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily"

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

screenshot

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

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

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

                        Add a clock from any location in the world to your bookmarks bar! App icon by icons8.                    

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

ชื่อ Bookmark World Clock Bookmark World Clock
ID mfgdchikohkibmghmbklpiijfakcmlfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmark-world-clock/mfgdchikohkibmghmbklpiijfakcmlfl
คำอธิบาย Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily
ขนาดไฟล์ 902 KB
จำนวนการติดตั้ง 561
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2020-12-04
วันที่เผยแพร่ 2019-10-22
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Sgtpanda
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark World Clock",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily",
    "icons": {
        "16": "icons\/timezone-16.png",
        "48": "icons\/timezone-48.png",
        "128": "icons\/timezone-128.png"
    },
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "alarms",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'none'"
}