WTMP

Replace new tab with a personal NCT dashboard

WTMP란 무엇입니까?

WTMP은(는) moongnoo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab with a personal NCT dashboard"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WTMP 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ✔️ 22.12.29 최신 업데이트 완료 _ 버전 2.4.3 
+ 배경이미지 추가

❓ 업데이트 방법
1. chrome://extensions/ 접속
2. 우측 상단 개발자 모드 켜기
3. 좌측 상단 업데이트 클릭

🌱 새 탭 생성 시 NCT 대시보드를 제공하는 익스텐션입니다.
주기적으로 배경이미지와 명언이 추가되니 최신버전 확인 후 업데이트 해 주세요!

- 랜덤 배경 & 랜덤 명언
- 현재 위치 및 날씨 
- 구글 검색 연결 

✔️ Last updated on 29 Dec 2022 _ ver. 2.4.3

❓ How to update
1. Enter 'chrome://extensions/'
2. Turn on 'Developer mode'
3. Click 'Update'

🌱 Personal NCT Dashboard
- Random background & random quotes by nct
- Current location and weather
- Connects into google search page
+ Available to change name by clicking it

Welcome To My Playground 💚

twitter @moongnoo415
https://bit.ly/3ih4QYh                    

확장 프로그램 기본 정보

이름 WTMP WTMP
ID olncoldccceoegopfjnjealnkdeapffg
공식 URL https://chromewebstore.google.com/detail/wtmp/olncoldccceoegopfjnjealnkdeapffg
설명 Replace new tab with a personal NCT dashboard
파일 크기 856 MB
설치 횟수 1,806
현재 버전 2.4.3
최근 업데이트 2022-12-30
출시 날짜 2022-01-28
평점 5.00/5 총 7 개의 평점
개발자 moongnoo
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bit.ly/3ih4QYh
개인정보 보호 정책 페이지 URL https://bit.ly/34cEmUb
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WTMP",
    "description": "Replace new tab with a personal NCT dashboard",
    "version": "2.4.3",
    "manifest_version": 3,
    "action": {
        "default_icon": "logo128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "offline_enabled": true
}