Weather Alerts

Real time Weather alerts

ما هو Weather Alerts؟

Weather Alerts هو إضافة Chrome تم تطويرها بواسطة yaadsuiss، والميزة الرئيسية لها هي "Real time Weather alerts".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Real time weather alerts
Don't miss any life threatening alerts provided by official weather agencies and governments.

Descriptive alerts for your location in realtime!!! 

Alerts of the following types:
* Storm Surge Warning
* Hurricane Warning
* Tropical Storm Warning
* Flood Warning
* Heavy Freezing Spray Warning
* Wind Advisory
* Air Quality Alert
* Fire Weather Watch
* Special Weather Statement
And more...


Version 1.5.2:
--------------
Includes alerts history
Ability to get alerts for any location!                    

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

الاسم Weather Alerts Weather Alerts
ID cemfabppafklflegjeejibjehifhogkl
عنوان URL الرسمي https://chromewebstore.google.com/detail/weather-alerts/cemfabppafklflegjeejibjehifhogkl
الوصف Real time Weather alerts
حجم الملف 70.32 KB
عدد التثبيتات 78
النسخة الحالية 1.5.2
آخر تحديث 2020-10-10
تاريخ النشر 2020-10-10
المطور yaadsuiss
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Alerts",
    "description": "Real time Weather alerts",
    "version": "1.5.2",
    "permissions": [
        "geolocation",
        "storage",
        "notifications",
        "alarms"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon.png"
        },
        "default_title": "No Alerts",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.openweathermap.org https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}