Weather

Extension shows the temperature and weather conditions for your current location

ما هو Weather؟

Weather هو إضافة Chrome تم تطويرها بواسطة https://skyweather.org، والميزة الرئيسية لها هي "Extension shows the temperature and weather conditions for your current location".

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

screenshot

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

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

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

                        Features:
- configurable update period 
- configurable units: Fahrenheit/Celsius
- icon shows current temperature, cloudiness                    

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

الاسم Weather Weather
ID lfoeldoapdhdbhmcdgmnijfgbhlonjea
عنوان URL الرسمي https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea
الوصف Extension shows the temperature and weather conditions for your current location
حجم الملف 41.82 KB
عدد التثبيتات 4,298
النسخة الحالية 1.0.3.0
آخر تحديث 2023-08-10
تاريخ النشر 2016-04-19
تقييم 3.50/5 مجموع تقييمات 42
المطور https://skyweather.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://skyweather.org/
عنوان صفحة المساعدة https://skyweather.org/
عنوان صفحة سياسة الخصوصية https://stopreclame.com/privacy.html
اللغات المدعومة de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "1.0.3.0",
    "manifest_version": 3,
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-48.png",
            "38": "images\/icon-48.png"
        },
        "default_title": "__MSG_popup_description__",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "alarms",
        "geolocation",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.skyweather.org\/*"
    ]
}