CliMate
This extension allow you to the current weather in any city
CliMateคืออะไร?
CliMate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tbsrextensions และคุณลักษณะหลักของมันคือ "This extension allow you to the current weather in any city"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CliMate
ดาวน์โหลดไฟล์ส่วนขยาย CliMate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple, streamlined weather visualizing extension. Nothing more than what's needed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CliMate |
ID | okobmelmklphllhhhfbndaeeemgphdal |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/climate/okobmelmklphllhhhfbndaeeemgphdal |
คำอธิบาย | This extension allow you to the current weather in any city |
ขนาดไฟล์ | 104 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-01-22 |
วันที่เผยแพร่ | 2017-01-22 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | tbsrextensions |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CliMate", "description": "This extension allow you to the current weather in any city", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click for weather" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "js": [ "jquery.js" ] } ] } |