Weather Application

Latest Weather Updates

Weather Applicationคืออะไร?

Weather Application เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jaistudy1996 และคุณลักษณะหลักของมันคือ "Latest Weather Updates"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weather Application

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

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

                        v0.0.22 Temporarily remove notifications for bug fixing
v0.0.21 new icons
v0.0.20 bug fixes for weather update not updating on time.
v0.0.19 bug fixes for notifications
v0.0.18 bug fixes
v0.0.17 added notifications 

Get weather information right in your browser without having to visit any weather websites. This application will automatically update weather as per your location every 15 minutes. You can easily change your location by just typing "weather" then press tab and then "change location" and select your new location from drop down list. You can change units as well the same way "weather" then press tab and then "change units" and select your choice of units from the list. 

More features coming in future updates. 

Weather info provided by: OpenWeatherMap
Location info provided by: Google Maps
Alert info provided by: DarkSky                    

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

ชื่อ Weather Application Weather Application
ID baneafkmoaiapjggpciiijngdblphaai
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/weather-application/baneafkmoaiapjggpciiijngdblphaai
คำอธิบาย Latest Weather Updates
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 219
เวอร์ชันปัจจุบัน 0.0.22
อัปเดตครั้งล่าสุด 2017-09-05
วันที่เผยแพร่ 2017-09-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jaistudy1996
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.jayantarora.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Application",
    "version": "0.0.22",
    "manifest_version": 2,
    "description": "Latest Weather Updates",
    "homepage_url": "http:\/\/www.jayantarora.com",
    "icons": {
        "16": "icons\/sun16.png",
        "24": "icons\/sun24.png",
        "32": "icons\/sun32.png",
        "64": "icons\/sun64.png",
        "128": "icons\/sun128.png",
        "256": "icons\/sun256.png",
        "512": "icons\/sun512.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js",
            "src\/bg\/skycons.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/sun16.png",
        "default_title": "Weather Information"
    },
    "permissions": [
        "notifications",
        "tabs",
        "geolocation",
        ""
    ],
    "omnibox": {
        "keyword": "weather"
    },
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com\/maps\/api\/js https:\/\/maps.googleapis.com\/maps-api-v3\/api\/js\/30\/1\/common.js https:\/\/maps.googleapis.com\/maps-api-v3\/api\/js\/30\/1\/util.js https:\/\/maps.googleapis.com\/maps-api-v3\/api\/js\/30\/1\/stats.js; object-src 'self'"
}