New Tab Page Injector with Bookmarks Bar

Replaces your new tab page content with custom HTML content.

Was ist New Tab Page Injector with Bookmarks Bar?

New Tab Page Injector with Bookmarks Bar ist eine Chrome-Erweiterung, die von pquiring entwickelt wurde, und ihr Hauptmerkmal ist "Replaces your new tab page content with custom HTML content.".

Erweiterungsscreenshots

screenshot

New Tab Page Injector with Bookmarks Bar-Erweiterungs-CRX-Datei herunterladen

Laden Sie New Tab Page Injector with Bookmarks Bar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name New Tab Page Injector with Bookmarks Bar New Tab Page Injector with Bookmarks Bar
ID gmaihihoocaedbkbbekcajinlbkllhph
Offizielle URL https://chrome.google.com/webstore/detail/new-tab-page-injector-wit/gmaihihoocaedbkbbekcajinlbkllhph
Beschreibung Replaces your new tab page content with custom HTML content.
Dateigröße 133 KB
Installationsanzahl 15
Aktuelle Version 1.6.1
Letztes Update 2016-09-10
Veröffentlichungsdatum 2016-09-10
Bewertung 3.43/5 Insgesamt 7 Bewertungen
Entwickler pquiring
Zahlungsart free
Unterstützte Sprachen 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"
}