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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces your new tab page content with custom HTML content."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में New Tab Page Injector with Bookmarks Bar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}