NASA Astronomy Picture of the Day New Tab

NASA Astronomy Picture of the Day New Tab

NASA Astronomy Picture of the Day New Tab란 무엇입니까?

NASA Astronomy Picture of the Day New Tab은(는) gracia9828에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NASA Astronomy Picture of the Day New Tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

NASA Astronomy Picture of the Day New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Sets your new tab page to a personal dashboard that displays the NASA astronomy picture of the day (APOD). This new tab page is beautiful, educational, and feature rich. 

The new tab page comes with a search bar supporting configurable search options to Google, Bing, DuckDuckGo, You, Amazon, Walmart and eBay. You can create draggable and minimizable sticky notes. Timer and Desmos calculator widgets are available. Date and time can be configured. Shortcuts are set to most visited websites but can be edited. The position of them can be set to the center or the bottom. In the settings features can be toggled. In the bottom left there is a link to NASA astronomy picture of the day. Available in light and dark themes.                    

확장 프로그램 기본 정보

이름 NASA Astronomy Picture of the Day New Tab NASA Astronomy Picture of the Day New Tab
ID cpioknajigibofdjkagdpeemjfajffjf
공식 URL https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/cpioknajigibofdjkagdpeemjfajffjf
설명 NASA Astronomy Picture of the Day New Tab
파일 크기 2.08 MB
설치 횟수 1,575
현재 버전 1.0.5
최근 업데이트 2023-06-24
출시 날짜 2023-01-29
평점 4.73/5 총 11 개의 평점
개발자 gracia9828
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Astronomy Picture of the Day New Tab",
    "description": "NASA Astronomy Picture of the Day New Tab",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_title": "New Tab"
    },
    "background": {
        "service_worker": "background.js"
    }
}