MicroWeather

Simple weather application

ما هو MicroWeather؟

MicroWeather هو إضافة Chrome تم تطويرها بواسطة George، والميزة الرئيسية لها هي "Simple weather application".

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

screenshot

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

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

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

                        Simple weather application which uses weather data from OpenWeatherMap.
New: The app now shows hourly weather data for the next few days.                    

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

الاسم MicroWeather MicroWeather
ID mlkbifdobkhikfmhopopgdfikiilbhio
عنوان URL الرسمي https://chromewebstore.google.com/detail/microweather/mlkbifdobkhikfmhopopgdfikiilbhio
الوصف Simple weather application
حجم الملف 89.51 KB
عدد التثبيتات 953
النسخة الحالية 1.5
آخر تحديث 2015-11-22
تاريخ النشر 2015-11-22
تقييم 4.29/5 مجموع تقييمات 21
المطور George
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MicroWeather",
    "description": "Simple weather application",
    "version": "1.5",
    "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"
            ]
        }
    ]
}