Replaces new tab with just blank html page with backgroud-color set to #000000. Additionally it provides (black) png icons as recommended by chrome store.
There absolutely NOTHING to it except that it allows you to have empty page loading.
'source code' can be found here: https://github.com/pepsi133/NjuTabBlack
Feel free to use, suggest edit etc (if you do a pull request with changes it is highly probable I will include it in the plugin here)
Below is the source code of manifest.json and the .html page.
{
"manifest_version": 3,
"name": "Bobik's Nju Tab",
"version": "1.0",
"description" : "Based purely on Alan Cowap's 'New Tab Blank Black Page' extension",
"author": "Robert Zeglen with credit to Applin Devlin",
"icons": {
"16": "images/black_16x16.png",
"32": "images/black_32x32.png",
"48": "images/black_48x48.png",
"128": "images/black_128x128.png"
},
"chrome_url_overrides" : {
"newtab": "black_blank.html"
}
}
HTML:
<!DOCTYPE html>
<html>
<head>
<title>Nju Tab</title>
</head>
<body style="background-color:#000000">
</body>
</html>
Extore is a team of professionals who are passionate about creating extensions for web browsers. This devotion also gives us opportunity to appreciate work of other people. We get inspired by useful, open source extensions made by developers all over the world. Our strong belief is that one should share helpful add-ons with others. That’s why we’d like to present you our ever-growing list of favourite extensions that have inspired us. Moreover, as you probably have already learned, sometimes struggling for the best brings an end to the good. Talking about add-ons it often turns out that an upgrade is worse then previous version. Also it can become really tricky to get back to the beloved version of your favourite extension. That’s why we’re going to make not only the latest, but all versions of our favourite (and we hope yours too) add-ons available for download. No more compromises, just stick to the version you really like!