Fancy Motivation Tab
Override the new tab page with a Motivation Fancy
What is Fancy Motivation Tab?
Fancy Motivation Tab is a Chrome extension developed by LONG LA, and its main feature is "Override the new tab page with a Motivation Fancy".
Extension Screenshots
Download Fancy Motivation Tab Extension CRX File
Download Fancy Motivation 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
Make the new tab look fancy with motivational quote. to see how it looks, go to https://longla.github.io/Inspirely/#/motivatives
Extension Basic Information
Name | Fancy Motivation Tab |
ID | igbkklljibhkighkhflfhdcjglmfdejp |
Official URL | https://chromewebstore.google.com/detail/fancy-motivation-tab/igbkklljibhkighkhflfhdcjglmfdejp |
Description | Override the new tab page with a Motivation Fancy |
File Size | 37.33 MB |
Installation Count | 82 |
Current Version | 1.0.0 |
Last Updated | 2016-08-09 |
Publish Date | 2016-08-09 |
Rating | 4.88/5 Total 8 Ratings |
Developer | LONG LA |
Payment Type | free |
Extension Website | https://longla.github.io/Inspirely/#/motivatives |
Help Page URL | https://longla.github.io/Inspirely/#/motivatives |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fancy Motivation Tab", "description": "Override the new tab page with a Motivation Fancy", "short_name": "Motivation Tab", "minimum_chrome_version": "24.0.1307.0", "version": "1.0.0", "icons": { "16": "Quotation-Marks-16.png", "128": "Quotation-Marks-128.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2 } |