Sweater Weather

Checks the weather at your current location and recommends what to wear based on the conditions outside.

ما هو Sweater Weather؟

Sweater Weather هو إضافة Chrome تم تطويرها بواسطة Michelle Chiang & Aaron Shi، والميزة الرئيسية لها هي "Checks the weather at your current location and recommends what to wear based on the conditions outside.".

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

screenshot

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

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

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

                        Ever have trouble dressing for the weather? Sweater Weather is a popup that displays the weather conditions at your current location and makes clothing recommendations. It's convenient: anytime you want to see how the weather is outside, click on the Sweater Weather icon and weather information, along with what you should wear, will appear in a non-disruptive popup.                    

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

الاسم Sweater Weather Sweater Weather
ID nblbbjihpoiegibpakhoignokojgoikh
عنوان URL الرسمي https://chromewebstore.google.com/detail/sweater-weather/nblbbjihpoiegibpakhoignokojgoikh
الوصف Checks the weather at your current location and recommends what to wear based on the conditions outside.
حجم الملف 97.36 KB
عدد التثبيتات 206
النسخة الحالية 1.1
آخر تحديث 2017-04-25
تاريخ النشر 2017-04-24
تقييم 3.80/5 مجموع تقييمات 10
المطور Michelle Chiang & Aaron Shi
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sweater Weather",
    "description": "Checks the weather at your current location and recommends what to wear based on the conditions outside.",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "geolocation"
    ],
    "browser_action": {
        "default_title": "Check the weather!",
        "default_popup": "popup.html"
    }
}