Rambler/weather

Instant access to the weather forecast worldwide

Rambler/weather क्या है?

Rambler/weather https://soft.rambler.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instant access to the weather forecast worldwide"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        If in doubt whether to take an umbrella, a down coat or a bucket hat, ask Rambler/weather! A simple and user-friendly Rambler/weather extension will show the weather forecast for the near future in your location and anywhere in the world. The extension will determine your whereabouts on its own and will deliver an accurate and clearly formulated forecast. Add other locations to the list and trace the weather there. Rain or snow or hot sun - with the Rambler/forecast extension you will be prepared for any whims of the weather with just a single click.                    

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

नाम Rambler/weather Rambler/weather
ID mnellcecpgpeniolniglgfdfphfeoffo
आधिकारिक URL https://chromewebstore.google.com/detail/ramblerweather/mnellcecpgpeniolniglgfdfphfeoffo
विवरण Instant access to the weather forecast worldwide
फ़ाइल का आकार 741 KB
स्थापना संख्या 6,112
वर्तमान संस्करण 3.0.3
अंतिम अपडेट 2018-07-16
प्रकाशन तिथि 2018-07-16
रेटिंग 3.42/5 कुल 86 रेटिंग्स
डेवलपर https://soft.rambler.ru
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://soft.rambler.ru/
सहायता पृष्ठ URL https://help.rambler.ru/feedback/weather/
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "46",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "storage"
    ],
    "default_locale": "ru",
    "version": "3.0.3",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "background\/index.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/st.top100.ru  ; object-src 'self' ;"
}