Black Blank New Tab Basic

Black Blank New Tab Page

What is Black Blank New Tab Basic?

Black Blank New Tab Basic is a Chrome extension developed by caoyeacy, and its main feature is "Black Blank New Tab Page".

Extension Screenshots

screenshot

Download Black Blank New Tab Basic Extension CRX File

Download Black Blank New Tab Basic extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        1. Replace New Tab Page with a Black Blank one to protects your eyes.

2. Change Chinese to Microsoft YaHei.

3. Add "Alt+Shift+O" keyboard shortcut to close all other tabs in one key.                    

Extension Basic Information

Name Black Blank New Tab Basic Black Blank New Tab Basic
ID jfponkocbfdemcmihbbkcekiohgidopk
Official URL https://chrome.google.com/webstore/detail/black-blank-new-tab-basic/jfponkocbfdemcmihbbkcekiohgidopk
Description Black Blank New Tab Page
File Size 8.32 KB
Installation Count 70
Current Version 2.5.3
Last Updated 2016-08-03
Publish Date 2016-08-03
Rating 5.00/5 Total 3 Ratings
Developer caoyeacy
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Black Blank New Tab Basic",
    "short_name": "Black Blank New Tab Basic",
    "version": "2.5.3",
    "permissions": [
        "management",
        "idle",
        "contextMenus",
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.bing.com\/"
    ],
    "minimum_chrome_version": "29",
    "description": "Black Blank New Tab Page",
    "author": "caoyeacy",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "ntp.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/2yahei.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "close-other-tabs": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            },
            "description": "Close Other Tabs"
        }
    }
}