Weathergirls

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

Weathergirls क्या है?

Weathergirls https://fathom.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let the Weathergirls show you what the weather is like out there with each new tab!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Weathergirls एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}