Singapore NEA Rain Areas Animation

This extension shows the current Singapore NEA Rain Areas Animation

Singapore NEA Rain Areas Animation क्या है?

Singapore NEA Rain Areas Animation ibic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows the current Singapore NEA Rain Areas Animation"।

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

screenshot

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

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

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

                        This is a very simple extension that shows the current Singapore NEA (National Environment Agency) Rain Areas Animation. Please Note that this extension is not affiliated with nor endorsed by Singapore NEA.

Version history:
1.1 - 2015-09-13 - Fix caching issue, add in image force reload.
1.0 - 2015-07-22 - Initial version.                    

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

नाम Singapore NEA Rain Areas Animation Singapore NEA Rain Areas Animation
ID aocbhlpocebkbgmcjpkeaomkgflmilkp
आधिकारिक URL https://chrome.google.com/webstore/detail/singapore-nea-rain-areas/aocbhlpocebkbgmcjpkeaomkgflmilkp
विवरण This extension shows the current Singapore NEA Rain Areas Animation
फ़ाइल का आकार 15.25 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.1
अंतिम अपडेट 2015-09-13
प्रकाशन तिथि 2015-09-13
डेवलपर ibic
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bitbucket.org/ibic/sg.nea.rain.areas_chrome.ext
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Singapore NEA Rain Areas Animation",
    "description": "This extension shows the current Singapore NEA Rain Areas Animation",
    "version": "1.1",
    "author": "Hou Tianze",
    "homepage_url": "https:\/\/bitbucket.org\/ibic\/sg.nea.rain.areas_chrome.ext",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "http:\/\/www.nea.gov.sg\/*"
    ]
}