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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ibic และคุณลักษณะหลักของมันคือ "This extension shows the current Singapore NEA Rain Areas Animation"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Singapore NEA Rain Areas Animation

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}