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