Weathergirls

Let the Weathergirls show you what the weather is like out there with each new tab!

ما هو Weathergirls؟

Weathergirls هو إضافة Chrome تم تطويرها بواسطة https://fathom.info، والميزة الرئيسية لها هي "Let the Weathergirls show you what the weather is like out there with each new tab!".

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

screenshot

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

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

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

                        Know what to wear for the weather with the Weathergirls Chrome extension made by Fathom Information Design                    

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

الاسم Weathergirls Weathergirls
ID febjnmbhehpkkddkolebbbeojbokkmng
عنوان URL الرسمي https://chromewebstore.google.com/detail/weathergirls/febjnmbhehpkkddkolebbbeojbokkmng
الوصف Let the Weathergirls show you what the weather is like out there with each new tab!
حجم الملف 833 KB
عدد التثبيتات 23
النسخة الحالية 1.0
آخر تحديث 2017-12-18
تاريخ النشر 2017-12-18
تقييم 5.00/5 مجموع تقييمات 1
المطور https://fathom.info
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weathergirls",
    "description": "Let the Weathergirls show you what the weather is like out there with each new tab!",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "girls.html"
    },
    "short_name": "Weathergirls",
    "permissions": [
        "geolocation",
        "https:\/\/*.fathom.info\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/use.fontawesome.com https:\/\/api.forecast.io https:\/\/weathergirls.fathom.info; object-src 'self'",
    "manifest_version": 2,
    "icons": {
        "38": "icon.png",
        "128": "icon128.png",
        "144": "icon144.png"
    }
}