Time Converter List

This extension will convert time from one time zone to another and show in list

Time Converter Listคืออะไร?

Time Converter List เป็นส่วนขยายของ Chrome ที่พัฒนาโดย babishshrestha และคุณลักษณะหลักของมันคือ "This extension will convert time from one time zone to another and show in list"

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

screenshot

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

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

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

                        This will provide a list comparing corresponding times from different selected timezone.                    

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

ชื่อ Time Converter List Time Converter List
ID oaopihpjhekjkdklbfcjocjfddejjnbi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/time-converter-list/oaopihpjhekjkdklbfcjocjfddejjnbi
คำอธิบาย This extension will convert time from one time zone to another and show in list
ขนาดไฟล์ 34.53 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-05-18
วันที่เผยแพร่ 2016-05-18
ผู้พัฒนา babishshrestha
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Converter List",
    "description": "This extension will convert time from one time zone to another and show in list",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Timezone Converter List",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}