Weather App

The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.

ما هو Weather App؟

Weather App هو إضافة Chrome تم تطويرها بواسطة https://arunayyappath.me، والميزة الرئيسية لها هي "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Weather App

قم بتنزيل ملفات الامتداد Weather App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        It's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates                    

معلومات أساسية عن التمديد

الاسم Weather App Weather App
ID npaebkdojgajejbpgegfgkdgfkokmepi
عنوان URL الرسمي https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi
الوصف The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
حجم الملف 379 KB
عدد التثبيتات 264
النسخة الحالية 1.0.1
آخر تحديث 2019-08-21
تاريخ النشر 2019-08-21
تقييم 3.80/5 مجموع تقييمات 5
المطور https://arunayyappath.me
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://arunayyappath.me/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Weather",
    "manifest_version": 2,
    "name": "Weather App",
    "version": "1.0.1",
    "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "geolocation"
    ]
}