Less Boring New Tab
Redesigned new tab page
What is Less Boring New Tab?
Less Boring New Tab is a Chrome extension developed by https://alberto.cc, and its main feature is "Redesigned new tab page".
Extension Screenshots
Download Less Boring New Tab Extension CRX File
Download Less Boring New Tab 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
Your browser deserves a better new tab page
Extension Basic Information
Name | |
ID | noiknbafehnhbnalgmoddejejgmkadhb |
Official URL | https://chromewebstore.google.com/detail/less-boring-new-tab/noiknbafehnhbnalgmoddejejgmkadhb |
Description | Redesigned new tab page |
File Size | 123 KB |
Installation Count | 27 |
Current Version | 1.4 |
Last Updated | 2021-03-24 |
Publish Date | 2019-07-09 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://alberto.cc |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Less Boring New Tab", "short_name": "LBNT", "description": "Redesigned new tab page", "version": "1.4", "author": "Alberto Cabeza Cardiel", "manifest_version": 2, "icons": { "16": "img\/icon\/icon_16.png", "48": "img\/icon\/icon_48.png", "128": "img\/icon\/icon_128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": "img\/icon\/icon_16.png", "48": "img\/icon\/icon_48.png", "128": "img\/icon\/icon_128.png" } } } |