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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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