IST Time

Converts website time texts to IST time

IST Time là gì?

IST Time là một tiện ích mở rộng Chrome được phát triển bởi Himanshu, và tính năng chính của nó là "Converts website time texts to IST time".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IST Time

Tải xuống các tệp mở rộng IST Time dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        "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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IST Time IST Time
ID kedcaldapibdidfdkdcegkgpdidljhph
URL Chính Thức https://chromewebstore.google.com/detail/ist-time/kedcaldapibdidfdkdcegkgpdidljhph
Mô tả Converts website time texts to IST time
Kích Thước Tệp 3.54 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.02
Cập Nhật Lần Cuối 2022-02-24
Ngày Phát Hành 2022-02-24
Nhà Phát Triển Himanshu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}