Theme of New Tab

Add a really cool picture to the new tab to brighten up your day.

Theme of New Tab란 무엇입니까?

Theme of New Tab은(는) https://atavi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a really cool picture to the new tab to brighten up your day."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Theme of New Tab Theme of New Tab
ID knflcnelciofoghldagpknelepafjeif
공식 URL https://chromewebstore.google.com/detail/theme-of-new-tab/knflcnelciofoghldagpknelepafjeif
설명 Add a really cool picture to the new tab to brighten up your day.
파일 크기 143 KB
설치 횟수 9,337
현재 버전 1.5
최근 업데이트 2017-06-08
출시 날짜 2017-06-07
평점 4.13/5 총 67 개의 평점
개발자 https://atavi.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://atavi.com/browser-themes/?from=chrome-nt
도움말 페이지 URL https://atavi.com/help/faq/?from=chrome-nt
지원되는 언어 de,en,fr,nl,tr,es,hr,it,pl,pt-BR,ro,sk,fi,sv,cs,ru,uk,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.5",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/atavi.com",
    "icons": {
        "128": "icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background\/page.html"
    },
    "page_action": {
        "default_icon": "i\/icon19.png",
        "default_title": "__MSG_pageaction_title__",
        "default_popup": "create\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "AtaviExt.js",
                "includes\/common.js"
            ],
            "css": [
                "c\/common.css"
            ]
        }
    ],
    "omnibox": {
        "keyword": "atavi"
    },
    "options_page": "options\/import.html",
    "web_accessible_resources": [
        "includes\/inject.js",
        "config.json"
    ],
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            }
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "bookmarks",
        "history",
        "topSites",
        "tabs",
        "cookies",
        "storage",
        ""
    ],
    "optional_permissions": [
        "topSites"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.atavi.com\/*",
            "*:\/\/*.atavi.test\/*"
        ]
    }
}