Weather
Simply stunning weather app for your blank tabs. Watch the weather !
Weatherคืออะไร?
Weather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jkrivda และคุณลักษณะหลักของมันคือ "Simply stunning weather app for your blank tabs. Watch the weather !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weather
ดาวน์โหลดไฟล์ส่วนขยาย Weather ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
BETA version of weather - more features coming soon - change location (currently by IP adress) , swich to measure units *C / *F, background picture change.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ldaehkabacdcppmcdlebjjhbibhobmdn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/weather/ldaehkabacdcppmcdlebjjhbibhobmdn |
คำอธิบาย | Simply stunning weather app for your blank tabs. Watch the weather ! |
ขนาดไฟล์ | 1.16 MB |
จำนวนการติดตั้ง | 472 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2015-09-22 |
วันที่เผยแพร่ | 2015-09-22 |
คะแนน | 2.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jkrivda |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather", "short_name": "Weather for your blank tab", "description": "Simply stunning weather app for your blank tabs. Watch the weather !", "version": "0.2", "permissions": [ "history", "tabs", "https:\/\/*\/*", "http:\/\/fonts.googleapis.com\/*" ], "background": { "scripts": [ "js\/jquery-1.10.2.min.js", "js\/index.js", "js\/modernizr.js", "js\/prefixfree.min.js" ] }, "content_security_policy": "style-src 'self' 'unsafe-inline' http:\/\/fonts.googleapis.com; script-src 'self' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery.simpleWeather\/3.0.2\/ https:\/\/codepen.io\/assets\/libs\/fullpage\/ https:\/\/query.yahooapis.com\/v1\/public\/; default-src 'self';font-src http:\/\/fonts.gstatic.com\/s\/opensans\/v13\/ https:\/\/s3-us-west-2.amazonaws.com\/s.cdpn.io\/93\/ object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" } } |