Singapore NEA Rain Areas Animation

This extension shows the current Singapore NEA Rain Areas Animation

What is Singapore NEA Rain Areas Animation?

Singapore NEA Rain Areas Animation is a Chrome extension developed by ibic, and its main feature is "This extension shows the current Singapore NEA Rain Areas Animation".

Extension Screenshots

screenshot

Download Singapore NEA Rain Areas Animation Extension CRX File

Download Singapore NEA Rain Areas Animation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Singapore NEA Rain Areas Animation Singapore NEA Rain Areas Animation
ID aocbhlpocebkbgmcjpkeaomkgflmilkp
Official URL https://chrome.google.com/webstore/detail/singapore-nea-rain-areas/aocbhlpocebkbgmcjpkeaomkgflmilkp
Description This extension shows the current Singapore NEA Rain Areas Animation
File Size 15.25 KB
Installation Count 38
Current Version 1.1
Last Updated 2015-09-13
Publish Date 2015-09-13
Developer ibic
Payment Type free
Extension Website https://bitbucket.org/ibic/sg.nea.rain.areas_chrome.ext
Supported Languages 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\/*"
    ]
}