Simple Clock

A simple and efficient clock which can be used for productivity.

Simple Clockคืออะไร?

Simple Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Flare Devs และคุณลักษณะหลักของมันคือ "A simple and efficient clock which can be used for productivity."

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

screenshot
screenshot
screenshot

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

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

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

                        Simple and elegant digital clock. It uses minimal design without much hassle. You can see the Day, Time and the Date.                    

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

ชื่อ Simple Clock Simple Clock
ID fngkigemfllijjloedplghepagidclef
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/simple-clock/fngkigemfllijjloedplghepagidclef
คำอธิบาย A simple and efficient clock which can be used for productivity.
ขนาดไฟล์ 32.27 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-05-24
วันที่เผยแพร่ 2019-05-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Flare Devs
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icons\/clock128.png"
    },
    "icons": {
        "16": "icons\/clock16.png",
        "32": "icons\/clock32.png",
        "48": "icons\/clock48.png",
        "128": "icons\/clock128.png"
    },
    "name": " Simple Clock",
    "version": "1.0.0",
    "description": " A simple and efficient clock which can be used for productivity.",
    "manifest_version": 2,
    "offline_enabled": true,
    "content_security_policy": "style-src 'self';script-src 'self';object-src 'self'",
    "permissions": [
        "activeTab"
    ]
}