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
公式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\/*"
    ]
}