New Tab Tools

Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.

New Tab Tools란 무엇입니까?

New Tab Tools은(는) Geoff Lankow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.                    

확장 프로그램 기본 정보

이름 New Tab Tools New Tab Tools
ID gfonmeedigdbjpgpeojioadpimflbogh
공식 URL https://chrome.google.com/webstore/detail/new-tab-tools/gfonmeedigdbjpgpeojioadpimflbogh
설명 Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.
파일 크기 174 KB
설치 횟수 1,000
현재 버전 90.3
최근 업데이트 2019-12-12
출시 날짜 2019-12-11
평점 4.29/5 총 34 개의 평점
개발자 Geoff Lankow
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/darktrojan/newtabtools
도움말 페이지 URL https://github.com/darktrojan/newtabtools/issues
지원되는 언어 de,en,fr,nl,ca,es,it,lv,hu,pl,el,bg,ru,uk,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "90.3",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.xhtml"
    },
    "background": {
        "scripts": [
            "common.js",
            "tiles.js",
            "prefs.js",
            "background.js",
            "lib\/zip.js",
            "export.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/tools-light16.png",
            "24": "images\/tools-light24.png",
            "32": "images\/tools-light32.png",
            "48": "images\/tools-light48.png",
            "64": "images\/tools-light64.png",
            "96": "images\/tools-light96.png"
        },
        "default_popup": "action.html",
        "default_title": "__MSG_extensionName__",
        "browser_style": true
    },
    "permissions": [
        "",
        "idle",
        "sessions",
        "storage",
        "tabs",
        "topSites",
        "webNavigation"
    ],
    "optional_permissions": [
        "bookmarks",
        "downloads",
        "history"
    ],
    "default_locale": "en",
    "manifest_version": 2
}