Weathery (weather)

A clean and simple weather app.

Weathery (weather)คืออะไร?

Weathery (weather) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eky และคุณลักษณะหลักของมันคือ "A clean and simple weather app."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weathery (weather)

ดาวน์โหลดไฟล์ส่วนขยาย Weathery (weather) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get weather updates at a glance while using Chrome. Click on the icon to access a full forecast for your location.

************************

Features:

* Icon live updates with current weather
* Current weather
* 15h forecast
* 5 day forecast
* Choose between metric or imperial units
* Search over 200 000 cities worldwide

************************

This extension is powered by the OpenWeatherMap API. For more information, visit http://openweathermap.org                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Weathery (weather) Weathery (weather)
ID eknnpofdolaciafcnokdbgfelpmdpceb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weathery-weather/eknnpofdolaciafcnokdbgfelpmdpceb
คำอธิบาย A clean and simple weather app.
ขนาดไฟล์ 317 KB
จำนวนการติดตั้ง 818
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2016-01-11
วันที่เผยแพร่ 2016-01-10
คะแนน 3.58/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา eky
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weathery (weather)",
    "short_name": "Weathery",
    "description": "A clean and simple weather app.",
    "version": "0.1.3",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/favicons19\/02.png",
            "38": "icons\/favicons38\/02.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "dist\/updateIcon.js"
        ],
        "persistant": false
    },
    "permissions": [
        "storage",
        "alarms"
    ]
}