NASA Astronomy Space New Tab

Sets your new tab page to a personal dashboard with a beautiful background.

NASA Astronomy Space New Tab란 무엇입니까?

NASA Astronomy Space New Tab은(는) http://newtabthemes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sets your new tab page to a personal dashboard with a beautiful background."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

NASA Astronomy Space New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fully responsive new tab chrome extension that displays the NASA astronomy picture of the day.

Features:
- Sets background to NASA's astronomy picture of the day.
- Top left: Search bar with configurable search options to Google, Bing, DuckDuckGo, You, and Amazon.
- Top right: Create new sticky notes and delete sticky notes. Sticky notes are draggable, minimizable, and colors can be changed.
- Center: Configurable date and time.
- Center: Favorites that set to most visited websites. Editable and draggable.
- Bottom left: Settings for feature configuration and feature toggle, link to default chrome new tab, share, and about.
- Bottom left: Link to NASA astronomy picture of the day.                    

확장 프로그램 기본 정보

이름 NASA Astronomy Space New Tab NASA Astronomy Space New Tab
ID enmokhdndkkdihllmldhdficglebheni
공식 URL https://chrome.google.com/webstore/detail/nasa-astronomy-space-new/enmokhdndkkdihllmldhdficglebheni
설명 Sets your new tab page to a personal dashboard with a beautiful background.
파일 크기 952 KB
설치 횟수 244
현재 버전 2.0.4
최근 업데이트 2022-12-26
출시 날짜 2020-06-30
평점 5.00/5 총 18 개의 평점
개발자 http://newtabthemes.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NASA Astronomy Space New Tab",
    "author": "newtabthemes.com",
    "version": "2.0.4",
    "description": "Sets your new tab page to a personal dashboard with a beautiful background.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "topSites"
    ],
    "action": {
        "default_title": "New Tab"
    },
    "background": {
        "service_worker": "background.js"
    }
}