Weather - forecast
Weather forecast. The best solution to get weather & local time updates
Weather - forecast란 무엇입니까?
Weather - forecast은(는) K.I.S Extensions corp.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Weather forecast. The best solution to get weather & local time updates"입니다.
확장 프로그램 스크린샷
Weather - forecast 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Weather - Forecast ********************* - The best and simple way to get weather & local time updates of your favorites cities...! - Auto - complete search. - Full weather & conditions updates of current time. - 7 days weather forecast. - Map view - selected place position + weather updates in all cities around...!!! - Local time of selected city. - Geolocation - weather update by your current location (to enjoy this privilege please enable tracking location in your browser - settings => privacy => content settings = > location. - Celsius/Fahrenheit selection. - My - list - option to add place to your favorite places list (for quick weather check). - Configuration : option to set default location on start up... ==> Last checked place / my current place. this option also gives you the privilege to get temperature updates on your browser action icon.
확장 프로그램 기본 정보
이름 | |
ID | cncbkfmmgghiecmikfpihndebjddfljh |
공식 URL | https://chrome.google.com/webstore/detail/weather-forecast/cncbkfmmgghiecmikfpihndebjddfljh |
설명 | Weather forecast. The best solution to get weather & local time updates |
파일 크기 | 3.7 MB |
설치 횟수 | 277 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 3.20/5 총 5 개의 평점 |
개발자 | K.I.S Extensions corp. |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather - forecast", "description": "Weather forecast. The best solution to get weather & local time updates", "version": "1.0.2", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/gd.geobytes.com\/*", "https:\/\/maps.google.com\/*", "https:\/\/maps.googleapis.com\/*", "alarms", "tabs", "storage", "browsingData", "geolocation", "notifications" ], "browser_action": { "default_icon": { "19": "img\/icons-App\/19x19.png" }, "default_popup": "popup.html", "default_title": "Weather - forecast" }, "icons": { "128": "img\/icons-App\/128x128.png", "16": "img\/icons-App\/16x16.png", "48": "img\/icons-App\/48x48.png" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/jquery-2.0.3.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "js\/jquery-2.0.3.js", "Classes\/Weather.js", "Classes\/UIApp.js", "Classes\/PopUpJs.js", "Classes\/UserLocation.js", "Classes\/MapConfig.js", "Classes\/backgroundPage.js" ] } } |