Weather - forecast

Weather forecast. The best solution to get weather & local time updates

Weather - forecastคืออะไร?

Weather - forecast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย K.I.S Extensions corp. และคุณลักษณะหลักของมันคือ "Weather forecast. The best solution to get weather & local time updates"

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

screenshot
screenshot

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

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

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

                        Weather - Forecast
*********************

- The best and simple way to get weather & local time updates of your favorites     cities...!

- Auto - complete search.

- Full weather & conditions updates of current time.

- 7 days weather forecast.

- Map view - selected place position + weather updates in all cities around...!!!

- Local time of selected city.

- Geolocation - weather update by your current location (to enjoy this privilege  please enable tracking location in your browser  - settings => privacy => content settings = > location.

- Celsius/Fahrenheit selection.

- My - list - option to add place to your favorite places list (for quick weather check).

- Configuration : option to set default location on start up... ==> 
Last checked place / my current place.
this option also gives you the privilege to get temperature updates on your 
browser action icon.                    

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

ชื่อ Weather - forecast Weather - forecast
ID cncbkfmmgghiecmikfpihndebjddfljh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/weather-forecast/cncbkfmmgghiecmikfpihndebjddfljh
คำอธิบาย Weather forecast. The best solution to get weather & local time updates
ขนาดไฟล์ 3.7 MB
จำนวนการติดตั้ง 277
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 3.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา K.I.S Extensions corp.
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather - forecast",
    "description": "Weather forecast. The best solution to get weather & local time updates",
    "version": "1.0.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/gd.geobytes.com\/*",
        "https:\/\/maps.google.com\/*",
        "https:\/\/maps.googleapis.com\/*",
        "alarms",
        "tabs",
        "storage",
        "browsingData",
        "geolocation",
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/icons-App\/19x19.png"
        },
        "default_popup": "popup.html",
        "default_title": "Weather - forecast"
    },
    "icons": {
        "128": "img\/icons-App\/128x128.png",
        "16": "img\/icons-App\/16x16.png",
        "48": "img\/icons-App\/48x48.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-2.0.3.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-2.0.3.js",
            "Classes\/Weather.js",
            "Classes\/UIApp.js",
            "Classes\/PopUpJs.js",
            "Classes\/UserLocation.js",
            "Classes\/MapConfig.js",
            "Classes\/backgroundPage.js"
        ]
    }
}