The Weather

Look at THE WEATHER: easy, quick and concise

The Weatherคืออะไร?

The Weather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.kissappsl.com และคุณลักษณะหลักของมันคือ "Look at THE WEATHER: easy, quick and concise"

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

screenshot
screenshot

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

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

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

                        The best extension to know the Weather in Chrome!
Fast and easy. Just by looking at the app icon you will know the weather today and the current temperature.

Get instantly all the Weather information of your current location and a forecast so that you know the weather forecast for the following days.

The extension comes with a clean and simple interface to get local information or a forecast for any destination where you go. Choose from a minimalist version or check the weather forecast with more detailed information.

What are you waiting for to download this fantastic extension? Download it now!                    

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

ชื่อ The Weather The Weather
ID cbkiddbpoaccgodaldbmckkelkhohioa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa
คำอธิบาย Look at THE WEATHER: easy, quick and concise
ขนาดไฟล์ 162 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 1.01
อัปเดตครั้งล่าสุด 2021-02-10
วันที่เผยแพร่ 2020-12-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://www.kissappsl.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://kissappsl.com/app/the-weather-extension/
URL หน้าช่วยเหลือ http://kissappsl.com
URL หน้านโยบายความเป็นส่วนตัว http://kissappsl.com/pages/privacy-policy
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.01",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/helper.js",
                "js\/myscript.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ]
}