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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/"
    ]
}