New Tab Page Injector with Bookmarks Bar

Replaces your new tab page content with custom HTML content.

New Tab Page Injector with Bookmarks Bar란 무엇입니까?

New Tab Page Injector with Bookmarks Bar은(는) pquiring에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces your new tab page content with custom HTML content."입니다.

확장 프로그램 스크린샷

screenshot

New Tab Page Injector with Bookmarks Bar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Replaces (injects) content on your New Tab page with a simple speed dial screen.  Keeps your bookmark bar in place.  Get rid of the crud on your NTP and put in something useful.  You can now edit the content that gets injected from the Options.
Source available at github.com/pquiring/ChromeNTPInjector                    

확장 프로그램 기본 정보

이름 New Tab Page Injector with Bookmarks Bar New Tab Page Injector with Bookmarks Bar
ID gmaihihoocaedbkbbekcajinlbkllhph
공식 URL https://chrome.google.com/webstore/detail/new-tab-page-injector-wit/gmaihihoocaedbkbbekcajinlbkllhph
설명 Replaces your new tab page content with custom HTML content.
파일 크기 133 KB
설치 횟수 15
현재 버전 1.6.1
최근 업데이트 2016-09-10
출시 날짜 2016-09-10
평점 3.43/5 총 7 개의 평점
개발자 pquiring
결제 유형 free
지원되는 언어 en
manifest.json
{
    "author": "Peter Quiring",
    "content_scripts": [
        {
            "css": [
                "n.css"
            ],
            "js": [
                "n.js",
                "default.js"
            ],
            "matches": [
                "https:\/\/*\/_\/chrome\/newtab*",
                "*:\/\/local-ntp\/local-ntp.html"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "24": "injector24.png",
        "128": "injector128.png"
    },
    "name": "New Tab Page Injector with Bookmarks Bar",
    "short_name": "New Tab Page Injector",
    "description": "Replaces your new tab page content with custom HTML content.",
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "amazon.ico",
        "facebook.ico",
        "gcalendar.ico",
        "gcontacts.ico",
        "gdrive.ico",
        "gmail.ico",
        "gmaps.ico",
        "gnews.png",
        "gplay.ico",
        "gplus.ico",
        "gsearch.ico",
        "gtranslate.ico",
        "hbo.ico",
        "netflix.ico",
        "pandora.ico",
        "spotify.ico",
        "wikipedia.ico",
        "youtube.ico",
        "ginbox.png",
        "hulu.png"
    ],
    "version": "1.6.1"
}