IST Time

Converts website time texts to IST time

IST Timeคืออะไร?

IST Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Himanshu และคุณลักษณะหลักของมันคือ "Converts website time texts to IST time"

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

screenshot
screenshot

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

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

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

                        "IST Time" has been designed to convert time strings from UTC to IST time. 

No more hassles of knowing the UTC+5:30 delta, no more wasting time  to calculate time. Simply read and understand timings the way it is supposed to be.

Note: This plugin is still in early development stage and only supports string conversion on few selected sites.

Revision 0.02 : Added 5 second buffer , giving time for page to load all its elements.                    

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

ชื่อ IST Time IST Time
ID kedcaldapibdidfdkdcegkgpdidljhph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ist-time/kedcaldapibdidfdkdcegkgpdidljhph
คำอธิบาย Converts website time texts to IST time
ขนาดไฟล์ 3.54 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 0.02
อัปเดตครั้งล่าสุด 2022-02-24
วันที่เผยแพร่ 2022-02-24
ผู้พัฒนา Himanshu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IST Time",
    "version": "0.02",
    "description": "Converts website time texts to IST time",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ist-time.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [],
    "manifest_version": 3
}