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開發的Chrome擴展程式,該擴展的主要功能是“This extension shows the current Singapore NEA Rain Areas Animation”。

擴展截圖

screenshot

下載Singapore NEA Rain Areas Animation擴展crx文件

下載Singapore NEA Rain Areas Animation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}