Weather Data

This extension alerts in case of storm or any other weather anomaly

ما هو Weather Data؟

Weather Data هو إضافة Chrome تم تطويرها بواسطة Albe Rosado، والميزة الرئيسية لها هي "This extension alerts in case of storm or any other weather anomaly".

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

screenshot

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

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

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

                        Simple and straightforward updates on weather change. People get busy on Reddit, playing games, coding, etc. So if you wanna get a simple alert when a storm or a tornado or on any dangerous weather change, right away, well, this extension is for you.                    

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

الاسم Weather Data Weather Data
ID pjfcgapkmfboidpbffmdjnfodcbpnbmo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/weather-data/pjfcgapkmfboidpbffmdjnfodcbpnbmo
الوصف This extension alerts in case of storm or any other weather anomaly
حجم الملف 26.79 KB
عدد التثبيتات 84
النسخة الحالية 1.1.1
آخر تحديث 2018-11-13
تاريخ النشر 2018-11-13
تقييم 5.00/5 مجموع تقييمات 5
المطور Albe Rosado
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Data",
    "description": "This extension alerts in case of storm or any other weather anomaly",
    "version": "1.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/api.openweathermap.org\/",
        "geolocation",
        "notifications",
        "background",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}