Webb Telescope - New Tab

Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab.

Webb Telescope - New Tab란 무엇입니까?

Webb Telescope - New Tab은(는) Searchbloc LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Webb Telescope - New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fills your new tabs with amazing images from the Webb Telescope in your new tab background, you can select from a wide range of backgrounds for you to enjoy every time you open a new tab.  To change the background image click the Change Background Icon in the top right on new tab.

By Clicking "add to Chrome", I accept and agree to installing Webb Telescope - New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the services in terms of use and privacy policy

https://webbtelescopenewtab.com/privacy.html
https://webbtelescopenewtab.com/terms.html                    

확장 프로그램 기본 정보

이름 Webb Telescope - New Tab Webb Telescope - New Tab
ID lbhjhoplmadmeahiggmldibohffdccig
공식 URL https://chrome.google.com/webstore/detail/webb-telescope-new-tab/lbhjhoplmadmeahiggmldibohffdccig
설명 Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab.
파일 크기 261 KB
설치 횟수 575
현재 버전 0.0.41
최근 업데이트 2023-09-04
출시 날짜 2023-04-03
개발자 Searchbloc LLC
이메일 [email protected]
개인정보 보호 정책 페이지 URL https://webbtelescopenewtab.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webb Telescope - New Tab",
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        }
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "48": "icon-128.png",
        "128": "icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "host_permissions": [
        "*:\/\/webbtelescopenewtab.com\/*"
    ],
    "manifest_version": 3,
    "description": "Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab.",
    "version": "0.0.41"
}