Chatty Weather

This extension will chat with you about the weather

Chatty Weather क्या है?

Chatty Weather chattyweather द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will chat with you about the weather"।

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

screenshot

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

crx प्रारूप में Chatty Weather एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Your friendly weather extension.                    

एक्सटेंशन की मूल जानकारी

नाम Chatty Weather Chatty Weather
ID kmkjddohbekfajbhmggnbpcgppgldnjh
आधिकारिक URL https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh
विवरण This extension will chat with you about the weather
फ़ाइल का आकार 79.46 KB
स्थापना संख्या 93
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2016-09-06
प्रकाशन तिथि 2016-09-06
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर chattyweather
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chatty Weather",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension will chat with you about the weather",
    "homepage_url": "https:\/\/chattyweather.herokuapp.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Chatty Weather",
        "default_popup": "popup.html"
    },
    "permissions": [
        "geolocation"
    ]
}