APOD
The famous APOD : Astronomy Picture Of the Day
APOD란 무엇입니까?
APOD은(는) https://www.astrofiles.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The famous APOD : Astronomy Picture Of the Day"입니다.
확장 프로그램 스크린샷
APOD 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is the famous Astronomy Picture Of the Day retrieved from http://apod.nasa.gov. This extension shows every day the new Apod. Just click the icon to see the picture and the explanation from a professional astronomer. You can click on the image to see the highest resolution available. New in version 2.0 : Click the arrows to slide apods back & forth. Enjoy!
확장 프로그램 기본 정보
이름 | APOD |
ID | gggblmmgahdkappoldbhdbofnjlklphc |
공식 URL | https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc |
설명 | The famous APOD : Astronomy Picture Of the Day |
파일 크기 | 139 KB |
설치 횟수 | 485 |
현재 버전 | 2.1 |
최근 업데이트 | 2013-06-17 |
출시 날짜 | 2013-06-17 |
평점 | 4.40/5 총 10 개의 평점 |
개발자 | https://www.astrofiles.net |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.astrofiles.net/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "APOD", "version": "2.1", "description": "The famous APOD : Astronomy Picture Of the Day", "permissions": [ "notifications" ], "options_page": "options.html", "browser_action": { "default_icon": "apod16.png", "default_popup": "popup.html" }, "icons": { "16": "apod16.png", "48": "apod48.png", "128": "apod128.png" } } |