1 item
Based purely on Alan Cowap's 'New Tab Blank Black Page' extension 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>
Aug 4, 2021
rating_count is the Chrome Web Store ratings count, not a written-review count.
Media assets
Screenshots and videos on the listing.
Has promo video
Whether the listing includes at least one video.
Languages
Declared language locales.
Developer website
Listing exposes a developer website URL.
Contact email
Listing exposes a contact email.
Keyword in name
Case-insensitive substring match in the name.
Keyword in description
Case-insensitive substring match in the description.
Keyword occurrences in description
Count of case-insensitive occurrences in the description.
Category user-count percentile
Share of same-category extensions with fewer users (null if unknown).
These are transparent listing completeness / keyword signals, not a prediction of Chrome Web Store search ranking.