Motivational New Tab
Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.
What is Motivational New Tab?
Motivational New Tab is a Chrome extension developed by https://singleclickapps.com, and its main feature is "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.".
Extension Screenshots
Download Motivational New Tab Extension CRX File
Download Motivational 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
Replace the default new tab page with an inspirational picture and a motivational quote. Every time you open up a new tab you'll see a new, randomly selected quote and wallpaper. Reload the new tab page to get another motivational quote and picture. Motivational New Tab comes with quick links to your most visited sites, bookmarks, browsing history and installed Chrome apps (you can turn-off the links from the options page).
Extension Basic Information
Name | Motivational New Tab |
ID | colhedmdicjkpcamhdmhelahipgceneb |
Official URL | https://chromewebstore.google.com/detail/motivational-new-tab/colhedmdicjkpcamhdmhelahipgceneb |
Description | Replace the default new tab page with an inspirational HD wallpaper and a motivational quote. |
File Size | 25.9 MB |
Installation Count | 862 |
Current Version | 2.1.0.0 |
Last Updated | 2017-12-21 |
Publish Date | 2017-12-20 |
Rating | 5.00/5 Total 7 Ratings |
Developer | https://singleclickapps.com |
[email protected] | |
Payment Type | free |
Extension Website | http://singleclickapps.com/motivational-new-tab/ |
Help Page URL | http://singleclickapps.com/motivational-new-tab/help.html |
Privacy Policy Page URL | https://singleclickapps.com/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Motivational New Tab", "version": "2.1.0.0", "manifest_version": 2, "homepage_url": "http:\/\/singleclickapps.com\/motivational-new-tab", "description": "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.", "icons": { "16": "24.png", "48": "48.png", "128": "128.png" }, "permissions": [ "topSites" ], "chrome_url_overrides": { "newtab": "new-tab.html" }, "offline_enabled": true, "browser_action": { "default_icon": "24.png", "default_title": "New Tab" }, "incognito": "split", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "settings.html" } |