Space Search

Start your search from a beautiful search page, featuring photo of the day from Nasa

什么是Space Search?

Space Search是由Focus Sounds开发的Chrome扩展程序,该扩展的主要功能是“Start your search from a beautiful search page, featuring photo of the day from Nasa”。

扩展截图

screenshot
screenshot
screenshot

下载Space Search扩展crx文件

下载Space Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Before you dive into the details of the everyday, take one moment to look up. To remind yourself where you are. where you REALLY are. The answer is SPACE. we are all in space, always. Help yourself remember that, and enjoy a moment of perspective before you search for your new action item on the daily list.

The search bar embedded within the new tab is provided by Bing. It will not make any changes to your browser default search settings.

From now on, whenever you open a new tab, it's background will be the daily photo, provided by NASA's top astronomers and space telescopes. We hope you will Enjoy space search. and have more space in your day.

By installing the Space Search extension, you agree to the End User License Agreement and the Privacy Policy elaborated on Space search website:

End User License Agreement: https://space-search.co/eula/
Privacy Policy: https://space-search.co/privacy-policy/                    

扩展基本信息

名称 Space Search Space Search
ID jbpajehelakpicdagfcljnhhjckfdmik
官方URL https://chromewebstore.google.com/detail/space-search/jbpajehelakpicdagfcljnhhjckfdmik
简介 Start your search from a beautiful search page, featuring photo of the day from Nasa
文件大小 2.88 MB
安装次数 22,569
当前版本 1.5
更新时间 2021-09-13
上架时间 2021-07-06
评分 4.13/5 共8次评分
开发者 Focus Sounds
电子邮箱 [email protected]
付费类型 free
扩展官网 https://space-search.co/
帮助页面URL http://onchain-explore.com/#contact-us
隐私政策页面URL https://focus-sounds.site/privacy-policy
支持的语言 en
manifest.json
{
    "description": "Start your search from a beautiful search page, featuring photo of the day from Nasa",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Space Search",
    "permissions": [
        "https:\/\/api.nasa.gov\/planetary\/apod"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5"
}