Space Tab

A New Galaxy In Every Tab

Space Tab란 무엇입니까?

Space Tab은(는) OZ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A New Galaxy In Every Tab"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        SpaceTab teleports you to a unique corner of the galaxy in every new tab. Fill your new tab with cool planets, star clusters, and galaxies from space, giving you awesome space themed HD wallpapers. 

By clicking "Add to chrome", I accept and agree to installing the SpaceTab extension and setting Chrome New Tab search to that provided by the service. The search will be powered by Bing.

Privacy Policy: https://oz.works/privacy/

Terms of Service: https://oz.works/terms/

Features

* Amazing selection of handpicked HD wallpapers of star, galaxies, earth, constellations, planets and more

* Randomly selected space and galaxy wallpaper for each new tab.

* Clean and simple interface, no distracting elements

We hope you enjoy exploring the galaxy with SpaceTab. If you have any cool pictures of space you think we should add or any other questions please reach out to us at [email protected]                    

확장 프로그램 기본 정보

이름 Space Tab Space Tab
ID hbnkmejhkpgjnmgkaiefdegdgcdlgdco
공식 URL https://chromewebstore.google.com/detail/space-tab/hbnkmejhkpgjnmgkaiefdegdgcdlgdco
설명 A New Galaxy In Every Tab
파일 크기 79.03 MB
설치 횟수 5,051
현재 버전 0.0.8
최근 업데이트 2022-10-04
출시 날짜 2022-02-03
평점 5.00/5 총 1 개의 평점
개발자 OZ
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://oz.works/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Space Tab",
    "version": "0.0.8",
    "description": "A New Galaxy In Every Tab",
    "icons": {
        "16": "public\/app_icon\/icon_16.png",
        "32": "public\/app_icon\/icon_32.png",
        "48": "public\/app_icon\/icon_48.png",
        "64": "public\/app_icon\/icon_64.png",
        "96": "public\/app_icon\/icon_96.png",
        "128": "public\/app_icon\/icon_128.png",
        "256": "public\/app_icon\/icon_256.png",
        "512": "public\/app_icon\/icon_512.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "public\/app_icon\/icon_16.png",
            "32": "public\/app_icon\/icon_32.png",
            "48": "public\/app_icon\/icon_48.png",
            "64": "public\/app_icon\/icon_64.png",
            "96": "public\/app_icon\/icon_96.png",
            "128": "public\/app_icon\/icon_128.png",
            "256": "public\/app_icon\/icon_256.png",
            "512": "public\/app_icon\/icon_512.png"
        }
    },
    "permissions": [
        "storage"
    ]
}