Time in India

Displays current time in India.

Time in Indiaคืออะไร?

Time in India เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SmartAzanClock และคุณลักษณะหลักของมันคือ "Displays current time in India."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time in India

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

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

                        ✔️ Single-purpose  ✔️ Lightweight 

Click on the icon to switch between 24hr & 12hr modes.                    

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

ชื่อ Time in India Time in India
ID ikekoihphgkdckliglmkglohaamajakg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/time-in-india/ikekoihphgkdckliglmkglohaamajakg
คำอธิบาย Displays current time in India.
ขนาดไฟล์ 6.43 KB
จำนวนการติดตั้ง 850
เวอร์ชันปัจจุบัน 0.0.1.9
อัปเดตครั้งล่าสุด 2022-09-17
วันที่เผยแพร่ 2021-07-18
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา SmartAzanClock
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://smartazanclock.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "0.0.1.9",
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "__MSG_short_name__",
        "default_icon": {
            "128": "images\/_icon.png"
        }
    },
    "icons": {
        "128": "images\/_icon.png"
    }
}