ISS Update
Get the current location and crew of the Internation Space Station
ISS Update란 무엇입니까?
ISS Update은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the current location and crew of the Internation Space Station"입니다.
확장 프로그램 스크린샷
ISS Update 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ISS Update is a basic chrome extension that tracks the current position and crew of the International Space Station. Information presented to the user: Map of current location Latitude and Longitude City/Country/Region the station is currently above (when applicable) Current crew member names
확장 프로그램 기본 정보
이름 | ISS Update |
ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
공식 URL | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
설명 | Get the current location and crew of the Internation Space Station |
파일 크기 | 1.84 MB |
설치 횟수 | 95 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-09-08 |
출시 날짜 | 2018-09-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ISS Update", "description": "Get the current location and crew of the Internation Space Station", "version": "1.0", "author": "Cameron Church", "manifest_version": 2, "browser_action": { "default_icon": "images\/stationLogo64.png", "default_title": "ISS Update", "default_popup": "popup.html" }, "icons": { "64": "images\/stationLogo64.png" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'" } |