Weatherly
Weather extension to stay up to date.
Weatherlyคืออะไร?
Weatherly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://erlend.ee และคุณลักษณะหลักของมันคือ "Weather extension to stay up to date."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weatherly
ดาวน์โหลดไฟล์ส่วนขยาย Weatherly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Check your weather and forecast with this simple little extension. It automatically detects your location and pulls the relevant weather data for your easy use.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Weatherly |
ID | inogoogkkgnejkjmdhkepafkmblgoapl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/weatherly/inogoogkkgnejkjmdhkepafkmblgoapl |
คำอธิบาย | Weather extension to stay up to date. |
ขนาดไฟล์ | 1.09 MB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2020-10-25 |
วันที่เผยแพร่ | 2020-10-21 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://erlend.ee |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.erlend.ee |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weatherly", "homepage_url": "http:\/\/www.erlend.ee", "description": "Weather extension to stay up to date.", "default_locale": "en", "permissions": [ "geolocation" ], "icons": { "15": "icons\/logo1.png", "30": "icons\/logo2.png", "60": "icons\/logo3.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "Weatherly", "default_icon": { "15": "icons\/logo1.png", "30": "icons\/logo2.png" } }, "version": "0.1.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |