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文件

下载New Tab Page Injector with Bookmarks Bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}