TheWeatherOutlook (TWO)
This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).
TheWeatherOutlook (TWO)란 무엇입니까?
TheWeatherOutlook (TWO)은(는) http://www.theweatheroutlook.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO)."입니다.
확장 프로그램 스크린샷
TheWeatherOutlook (TWO) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TheWeatherOutlook (http://www.theweatheroutlook.com/) is one of the UK's busiest and most popular weather web sites. This extension gives you the latest weather news summary as well as direct access to many of the most popular pages on the web site including: 7, 10 and 16 day UK postcode and location weather forecasts 14 day, monthly and seasonal discussion forecast UK zoomable rainfall radar GFS, GEFS, ECM, WW3 and Fax charts TWO Buzz for the latest news and views on the weather
확장 프로그램 기본 정보
이름 | |
ID | plefifddlacbaaphfpmahdkjndaepbel |
공식 URL | https://chrome.google.com/webstore/detail/theweatheroutlook-two/plefifddlacbaaphfpmahdkjndaepbel |
설명 | This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO). |
파일 크기 | 48.36 KB |
설치 횟수 | 38 |
현재 버전 | 1.1 |
최근 업데이트 | 2013-06-26 |
출시 날짜 | 2013-06-26 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | http://www.theweatheroutlook.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.theweatheroutlook.com/ |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TheWeatherOutlook (TWO)", "description": "This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/www.theweatheroutlook.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/www.theweatheroutlook.com\/*", "https:\/\/www.theweatheroutlook.com\/*" ], "js": [ "jquery-1.9.1.min.js" ] } ] } |