Beautiful New Tab
A beautiful new tab page
What is Beautiful New Tab?
Beautiful New Tab is a Chrome extension developed by Matt Carrick, and its main feature is "A beautiful new tab page".
Extension Screenshots
Download Beautiful New Tab Extension CRX File
Download Beautiful 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
A alternative to the ugly Chrome new tab page. This extension shows random a beautiful image from Unsplash.com, along with a minimal set of shortcut links to your favourite sites, the current temperature and weather, and the time and date.
Extension Basic Information
Name | Beautiful New Tab |
ID | bailppllbndlpphoipdchcmiiefhelfh |
Official URL | https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh |
Description | A beautiful new tab page |
File Size | 3.78 MB |
Installation Count | 167 |
Current Version | 1.19 |
Last Updated | 2019-08-28 |
Publish Date | 2019-08-28 |
Rating | 5.00/5 Total 9 Ratings |
Developer | Matt Carrick |
Payment Type | free |
Extension Website | http://rokco.org |
Help Page URL | https://github.com/xRokco/New-Tab |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beautiful New Tab", "version": "1.19", "minimum_chrome_version": "37", "manifest_version": 2, "description": "A beautiful new tab page", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "permissions": [ "geolocation", "storage", "bookmarks", "chrome:\/\/favicon\/", "unlimitedStorage" ], "background": { "scripts": [ "jquery.min.js", "config.js", "background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "options.html", "web_accessible_resources": [ "index.html" ] } |