Local Weather
Shows you local weather. Auto determines your location and fetch weather details on its basis
Local Weather란 무엇입니까?
Local Weather은(는) Builtin Genius에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows you local weather. Auto determines your location and fetch weather details on its basis"입니다.
Local Weather 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
One click weather update for your local surrounding. It auto detects your location and tell you the weather. You dont need to add this to your browser and configure all things, it adds up on the top and accessible in every tab of google chrome. Version 1.1.0 Updates: Now you can check weather information in Both Fahrenheit and Celsius units just by one click --- Hope you enjoy using it. Feedbacks are heartedly welcomed!
확장 프로그램 기본 정보
이름 | |
ID | fiiiahdbpgbkoimldhcgknelkiannjki |
공식 URL | https://chrome.google.com/webstore/detail/local-weather/fiiiahdbpgbkoimldhcgknelkiannjki |
설명 | Shows you local weather. Auto determines your location and fetch weather details on its basis |
파일 크기 | 173 KB |
설치 횟수 | 265 |
현재 버전 | 1.1.4 |
최근 업데이트 | 2016-09-01 |
출시 날짜 | 2016-09-01 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | Builtin Genius |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "browser_action": { "default_icon": { "19": "images\/19.png", "38": "images\/38.png" }, "default_popup": "popup.html", "default_title": "Local weather" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Shows you local weather. Auto determines your location and fetch weather details on its basis", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "Local Weather", "permissions": [ "storage", "geolocation", "tabs", "https:\/\/api.openweathermap.org\/*", "http:\/\/api.openweathermap.org\/*", "http:\/\/ajax.googleapis.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.4" } |