Space Tab

A New Galaxy In Every Tab

Space Tabとは何ですか?

Space TabはOZによって開発されたChromeの拡張機能で、その主な機能は「A New Galaxy In Every Tab」です。

拡張機能のスクリーンショット

screenshot

Space Tab拡張機能のCRXファイルをダウンロード

Space Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}