Gradient Tabs
A Beautiful Gradient With Every New Tab!
What is Gradient Tabs?
Gradient Tabs is a Chrome extension developed by https://gradienthunt.com, and its main feature is "A Beautiful Gradient With Every New Tab!".
Extension Screenshots
Download Gradient Tabs Extension CRX File
Download Gradient Tabs 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
Gradient Tabs is a beautiful chrome extension that shows a gradient pulled from the top popular gradients of Gradient Hunt each time you open a new tab. You can then copy the CSS code of each gradient and also save it to your likes webpage.
Extension Basic Information
Name | Gradient Tabs |
ID | hndkippiajpholnhmcmlcebbcgnhldbo |
Official URL | https://chromewebstore.google.com/detail/gradient-tabs/hndkippiajpholnhmcmlcebbcgnhldbo |
Description | A Beautiful Gradient With Every New Tab! |
File Size | 22.48 KB |
Installation Count | 2,744 |
Current Version | 2 |
Last Updated | 2018-07-31 |
Publish Date | 2018-07-31 |
Rating | 3.83/5 Total 6 Ratings |
Developer | https://gradienthunt.com |
[email protected] | |
Payment Type | free |
Extension Website | https://gradienthunt.com |
Help Page URL | https://gradienthunt.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gradient Tabs", "short_name": "Gradient Tabs", "description": "A Beautiful Gradient With Every New Tab!", "version": "2", "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "chrome_url_overrides": { "newtab": "popup.html" }, "background": { "scripts": [ "bg.js" ] }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |