Raining?
Learn if it's raining outside.
Raining?คืออะไร?
Raining? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hasan Tayyar BESIK และคุณลักษณะหลักของมันคือ "Learn if it's raining outside."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Raining?
ดาวน์โหลดไฟล์ส่วนขยาย Raining? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | monlelcleimbbbdmplonkokafdodknom |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/raining/monlelcleimbbbdmplonkokafdodknom |
คำอธิบาย | Learn if it's raining outside. |
ขนาดไฟล์ | 39.77 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2013-11-26 |
วันที่เผยแพร่ | 2013-11-26 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Hasan Tayyar BESIK |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Raining?", "description": "Learn if it's raining outside.", "version": "1.1", "icons": { "128": "icon.png" }, "permissions": [ "geolocation", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/rainy-today.appspot.com\/*", "https:\/\/rainy-today.appspot.com\/*" ], "browser_action": { "default_title": "Is it raining now?", "default_icon": "icon.png", "icons": [ "icon.png" ], "default_popup": "popup.html" }, "background": { "page": "background.html" } } |