Singapore NEA Rain Areas Animation
This extension shows the current Singapore NEA Rain Areas Animation
Singapore NEA Rain Areas Animation là gì?
Singapore NEA Rain Areas Animation là một tiện ích mở rộng Chrome được phát triển bởi ibic, và tính năng chính của nó là "This extension shows the current Singapore NEA Rain Areas Animation".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Singapore NEA Rain Areas Animation
Tải xuống các tệp mở rộng Singapore NEA Rain Areas Animation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aocbhlpocebkbgmcjpkeaomkgflmilkp |
URL Chính Thức | https://chrome.google.com/webstore/detail/singapore-nea-rain-areas/aocbhlpocebkbgmcjpkeaomkgflmilkp |
Mô tả | This extension shows the current Singapore NEA Rain Areas Animation |
Kích Thước Tệp | 15.25 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-09-13 |
Ngày Phát Hành | 2015-09-13 |
Nhà Phát Triển | ibic |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bitbucket.org/ibic/sg.nea.rain.areas_chrome.ext |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |