Multi Color New Tab

A Multi Color Palette With Every New Tab.

Multi Color New Tab란 무엇입니까?

Multi Color New Tab은(는) Locksley Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Multi Color Palette With Every New Tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Multi Color New Tab fills your new tabs with amazing color palette backgrounds, randomly selecting a palette each time you open a new tab.  Spice up your new tabs with this simple extension.

By clicking "add to Chrome", I accept and agree to installing the Multi Color New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use and Privacy Policy.

ToS: https://color-newtab.com/terms-and-conditions
PP: https://color-newtab.com/privacy-policy

The extension replaces your New Tab search engine and provides a new search experience with search results by Microsoft Bing.                    

확장 프로그램 기본 정보

이름 Multi Color New Tab Multi Color New Tab
ID hidoniliooaomobchkobcfiiepienkkj
공식 URL https://chromewebstore.google.com/detail/multi-color-new-tab/hidoniliooaomobchkobcfiiepienkkj
설명 A Multi Color Palette With Every New Tab.
파일 크기 133 KB
설치 횟수 2,021
현재 버전 1.4
최근 업데이트 2023-11-24
출시 날짜 2020-10-29
평점 3.50/5 총 6 개의 평점
개발자 Locksley Ltd
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://color-newtab.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multi Color New Tab",
    "version": "1.4",
    "manifest_version": 3,
    "description": "A Multi Color Palette With Every New Tab.",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon128.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/color-newtabs.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}