Sky map
Sky Maps allows you like a planetarium to view space: constellations, stars, galaxies and nebulae using Google Maps API
Sky map란 무엇입니까?
Sky map은(는) https://deepspacemap.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sky Maps allows you like a planetarium to view space: constellations, stars, galaxies and nebulae using Google Maps API"입니다.
확장 프로그램 스크린샷
Sky map 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
In order to explore the space, choose one of the items in the extension's popup. On the extension's popup you will find lists with popular galaxies, nebulae, stars, globules and molecular cloud. By clicking on a name of those lists you will get the image of the object on the space map. On the website: Sky map data is displayed on the website http://deepspacemap.com where you can navigate zooming in or out, move the current view, see a random location nearby and move in any direction. Zoom to distant galaxies, view constellations and nebulae, learn something new about the stars on the night sky. Perfect tool for your astronomy hobby. You can navigate in this sky map exactly as you do in the Google Earth. Just click and drag. Use your mouse scroller to zoom in and zoom out or use the new navigation panel to zoom in and zoom out, move in all directions or just press the random button to find a new amazing place. Google Maps API is used in this project. The Google Maps API is able to display objects in the sky, variety of deep sky objects such as star clusters, stars, constellations, planets, galaxies, nebula, Milky Way, black holes and neutron stars. A drop down menu with a list of the galaxies will help you to find where they are. Take a tour with the stars and see where they are on the sky. Still to come are list with small space objects, nebulas and space travel destinations. Tip: Make a home planetarium and view the stars in the deep space using a projector in a dark room! Deep Space Map allows you to view celestial objects, including stars, constellations, galaxies and planets. If you have any suggestion you can drop us a line on Facebook: https://www.messenger.com/t/189789598113666 Initially released as an Chrome App in 2014, Sky Map was made available as Chrome extension in January 2018. Privacy Policy: Use the Chrome extension "Sky Map" at your own risk. No guarantee or warranty is given. The author shall not be held liable for any damage or loss of data caused by its use. Usage of "Sky Map" means that you agree to these terms. We collect information about your Web Browser, IP, ISP, the time and date of your visit with Google Analytics. This is standard procedure and most of the extension do the same. Disclaimer: The Chrome extension "Sky Map" is have no affiliations with the popular website Google Maps. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. This Chrome extension is not owned by, is not licensed by and is not a subsidiary of Google Inc. All copyrights belong to their respective owners. This project uses Google Maps API. Extension small icon made by Freepik (http://www.freepik.com) from http://www.flaticon.com is licensed by CC 3.0 BY http://creativecommons.org/licenses/by/3.0/ Thank you for using this Chrome extension. Feel free to share it with your Facebook Messenger and Whatsapp friends.
확장 프로그램 기본 정보
이름 | Sky map |
ID | dlnjlajbdnhgcdeljgbhkiaodefepnpf |
공식 URL | https://chromewebstore.google.com/detail/sky-map/dlnjlajbdnhgcdeljgbhkiaodefepnpf |
설명 | Sky Maps allows you like a planetarium to view space: constellations, stars, galaxies and nebulae using Google Maps API |
파일 크기 | 269 KB |
설치 횟수 | 27,837 |
현재 버전 | 4.70 |
최근 업데이트 | 2018-07-18 |
출시 날짜 | 2018-07-18 |
평점 | 3.34/5 총 35 개의 평점 |
개발자 | https://deepspacemap.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://deepspacemap.com/privacy-policy.html |
도움말 페이지 URL | http://deepspacemap.com/install.html |
개인정보 보호 정책 페이지 URL | http://earth3dmap.com/privacy-policy |
지원되는 언어 | id,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,el,sr,bg,ru,uk,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "en", "version": "4.70", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/*.png", "img\/*.jpg" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |