Blank New Tab Page

Replaces the New Tab page with a blank one.

Blank New Tab Page क्या है?

Blank New Tab Page Nick Vogt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the New Tab page with a blank one."।

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

screenshot

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

crx प्रारूप में Blank New Tab Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        For those that want a completely blank New Tab page without any content.

BOOKMARKS BAR
Normally, Chrome displays the Bookmarks Bar on the New Tab page if you have "Show Bookmarks Bar" set to off in Chrome Bookmarks Settings. This extension will not display a Bookmarks Bar and is completely empty. If you want a blank New Tab page that still retains the Bookmarks Bar, please install this extension instead:

https://chrome.google.com/webstore/detail/iebfiakfbpekhnkildaeeffdoolcbigi

PROBLEMS & FEEDBACK
If you experience any problems or errors with this extension, please use the 'Support' tab to submit a report and I'll work to get it fixed as quickly as I can.

CHANGELOG
1.0.5
- Added author to extension manifest.

1.0.4
- Updated icon.

1.0.3
- Added new icons.

1.0.2
- Verbiage changes.

1.0.1
- Verbiage changes.

1.0.0
- First stable release.                    

एक्सटेंशन की मूल जानकारी

नाम Blank New Tab Page Blank New Tab Page
ID jonikckfpolfcdcgdficelkfffkloemh
आधिकारिक URL https://chrome.google.com/webstore/detail/blank-new-tab-page/jonikckfpolfcdcgdficelkfffkloemh
विवरण Replaces the New Tab page with a blank one.
फ़ाइल का आकार 5.41 KB
स्थापना संख्या 29,404
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2014-11-26
प्रकाशन तिथि 2014-11-26
रेटिंग 4.65/5 कुल 150 रेटिंग्स
डेवलपर Nick Vogt
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.h3xed.com/web-and-internet/how-to-get-a-blank-new-tab-page-in-chrome
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blank New Tab Page",
    "short_name": "Blank New Tab",
    "version": "1.0.5",
    "minimum_chrome_version": "29",
    "description": "Replaces the New Tab page with a blank one.",
    "author": "Nick Vogt",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "n.html"
    },
    "offline_enabled": true
}