ESA/Hubble Top 100 Images

Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.

ESA/Hubble Top 100 Imagesとは何ですか?

ESA/Hubble Top 100 ImagesはESA/Hubbleによって開発されたChromeの拡張機能で、その主な機能は「Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

ESA/Hubble Top 100 Images拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension takes a random image from our collection of 100 best images and renders it when the user opens a new browser tab. In the lower left corner the logo of our official site is displayed next to the title and image credit.                    

拡張機能の基本情報

名前 ESA/Hubble Top 100 Images ESA/Hubble Top 100 Images
ID nkhniebockeoppojmcbcgphpmpdladgo
公式URL https://chromewebstore.google.com/detail/esahubble-top-100-images/nkhniebockeoppojmcbcgphpmpdladgo
説明 Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.
ファイルサイズ 251 KB
インストール数 1,742
現在のバージョン 1.1.2
最終更新日 2021-05-14
公開日 2021-03-20
評価 4.70/5 合計 10 レビュー
開発者 ESA/Hubble
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://esahubble.org
ヘルプページのURL https://www.encisosystems.com
プライバシーポリシーページのURL https://esahubble.org/about/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ESA\/Hubble Top 100 Images",
    "description": "Enjoy the beautiful images from the ESA\/Hubble Space Telescope Top 100 images collection.",
    "version": "1.1.2",
    "icons": {
        "32": "icons\/ESA-Hubble32.png",
        "64": "icons\/ESA-Hubble64.png",
        "128": "icons\/ESA-Hubble128.png"
    },
    "action": {
        "default_icon": {
            "32": "icons\/ESA-Hubble32.png",
            "64": "icons\/ESA-Hubble64.png",
            "128": "icons\/ESA-Hubble128.png"
        },
        "default_title": "ESA\/Hubble Top 100 Images",
        "default_popup": "top100\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "top100\/top100.html"
    },
    "host_permissions": [
        "https:\/\/esahubble.org\/images\/feed\/top100\/",
        "https:\/\/esahubble.org\/images\/archive\/top100\/d2d\/"
    ]
}