Colored New Tab

Google Chrome (or Chromium) extension that opens the new tab in a specific color

Colored New Tab란 무엇입니까?

Colored New Tab은(는) https://glogovetan.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Chrome (or Chromium) extension that opens the new tab in a specific color"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Colored New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A minimalist Chrome extension that replaces the New Tab page with simple colors.

Features:
- Fast loading
- Beautiful full page colors
- Unobtrusive color switcher                    

확장 프로그램 기본 정보

이름 Colored New Tab Colored New Tab
ID bfjhjeccmlkbbgliegkapplkpkcngeaa
공식 URL https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa
설명 Google Chrome (or Chromium) extension that opens the new tab in a specific color
파일 크기 11.46 KB
설치 횟수 40
현재 버전 1.0.0
최근 업데이트 2018-03-11
출시 날짜 2018-03-11
평점 5.00/5 총 2 개의 평점
개발자 https://glogovetan.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/rdig/colored-new-tab
도움말 페이지 URL https://github.com/rdig/colored-new-tab/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colored New Tab",
    "short_name": "New Tab",
    "version": "1.0.0",
    "description": "Google Chrome (or Chromium) extension that opens the new tab in a specific color",
    "author": "Raul Glogovetan",
    "homepage_url": "https:\/\/github.com\/rdig\/colored-new-tab",
    "icons": {
        "16": "extension_icon_16.png",
        "48": "extension_icon_48.png",
        "128": "extension_icon_128.png"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "TabPage\/index.html"
    }
}