Space Search

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

What is Space Search?

Space Search is a Chrome extension developed by Focus Sounds, and its main feature is "Start your search from a beautiful search page, featuring photo of the day from Nasa".

Extension Screenshots

screenshot
screenshot
screenshot

Download Space Search Extension CRX File

Download Space Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Space Search Space Search
ID jbpajehelakpicdagfcljnhhjckfdmik
Official URL https://chromewebstore.google.com/detail/space-search/jbpajehelakpicdagfcljnhhjckfdmik
Description Start your search from a beautiful search page, featuring photo of the day from Nasa
File Size 2.88 MB
Installation Count 22,569
Current Version 1.5
Last Updated 2021-09-13
Publish Date 2021-07-06
Rating 4.13/5 Total 8 Ratings
Developer Focus Sounds
Email [email protected]
Payment Type free
Extension Website https://space-search.co/
Help Page URL http://onchain-explore.com/#contact-us
Privacy Policy Page URL https://focus-sounds.site/privacy-policy
Supported Languages 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"
}