Karaganda temperature
Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz
Karaganda temperatureคืออะไร?
Karaganda temperature เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vladislav.yevtushenko และคุณลักษณะหลักของมันคือ "Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Karaganda temperature
ดาวน์โหลดไฟล์ส่วนขยาย Karaganda temperature ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cdghnlkmcpklogckgicedkafjfgigfli |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/karaganda-temperature/cdghnlkmcpklogckgicedkafjfgigfli |
คำอธิบาย | Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz |
ขนาดไฟล์ | 40.85 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.0.4.1 |
อัปเดตครั้งล่าสุด | 2016-11-14 |
วันที่เผยแพร่ | 2016-11-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | vladislav.yevtushenko |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Karaganda temperature", "manifest_version": 2, "version": "1.0.4.1", "description": "Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz", "permissions": [ "tabs", "http:\/\/www.meteoclub.kz\/*", "background" ], "background": { "page": "html\/background.html", "persistent": true }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Karaganda temperature", "default_popup": "html\/popup.htm", "default_icon": "icons\/icon19.png" } } |