Singapore NEA Rain Areas Animation
This extension shows the current Singapore NEA Rain Areas Animation
Co je Singapore NEA Rain Areas Animation?
Singapore NEA Rain Areas Animation je rozšíření Chrome vyvinuté ibic, a jeho hlavní funkcí je „This extension shows the current Singapore NEA Rain Areas Animation“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Singapore NEA Rain Areas Animation
Stáhněte si soubory rozšíření Singapore NEA Rain Areas Animation ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | aocbhlpocebkbgmcjpkeaomkgflmilkp |
Oficiální URL | https://chrome.google.com/webstore/detail/singapore-nea-rain-areas/aocbhlpocebkbgmcjpkeaomkgflmilkp |
Popis | This extension shows the current Singapore NEA Rain Areas Animation |
Velikost souboru | 15.25 KB |
Počet instalací | 38 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2015-09-13 |
Datum Vydání | 2015-09-13 |
Vývojář | ibic |
Typ Platby | free |
Webové stránky Rozšíření | https://bitbucket.org/ibic/sg.nea.rain.areas_chrome.ext |
Podporované Jazyky | 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\/*" ] } |