Your New Tab Page
Overrides the new tab page on Chrome with a more elegant and simple design.
What is Your New Tab Page?
Your New Tab Page is a Chrome extension developed by disregarding standards, and its main feature is "Overrides the new tab page on Chrome with a more elegant and simple design.".
Extension Screenshots
Download Your New Tab Page Extension CRX File
Download Your New Tab Page 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
Allows you to customize your new tab page by adding whatever links you want, and not be stuck with the default 8. You are now able to customize the font and background color. Under "Settings", enter colors in hex (#FFFFFF is white) notation. Uses: - Place new links to your favorite websites - Keep track of your packages by adding a link - Have more, or less, than just 8 links. Todo: - Ability to sort the links - Provide weather information - Add a to-do list
Extension Basic Information
Name | Your New Tab Page |
ID | daeegpekhhgennllidlchmpaamfjhnfk |
Official URL | https://chromewebstore.google.com/detail/your-new-tab-page/daeegpekhhgennllidlchmpaamfjhnfk |
Description | Overrides the new tab page on Chrome with a more elegant and simple design. |
File Size | 160 KB |
Installation Count | 10 |
Current Version | 1.4 |
Last Updated | 2014-01-25 |
Publish Date | 2014-01-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | disregarding standards |
Payment Type | free |
Extension Website | https://github.com/yvescourtois/your-new-tab-page |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Your New Tab Page", "description": "Overrides the new tab page on Chrome with a more elegant and simple design.", "version": "1.4", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "topSites", "http:\/\/query.yahooapis.com\/" ], "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "blank.gif" }, "background": { "scripts": [ "includes\/jquery-1.10.2.min.js", "includes\/bootstrap.min.js", "includes\/events.js", "includes\/ready.js" ] } } |