Random Gradient
Sit back. Relax. Crack a cold one. Take in a gradient.
What is Random Gradient?
Random Gradient is a Chrome extension developed by chrisallick, and its main feature is "Sit back. Relax. Crack a cold one. Take in a gradient.".
Extension Screenshots
Download Random Gradient Extension CRX File
Download Random Gradient 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
Walk a mile in Cory Arcangel's shoes. Make a new gradient every time you open a new tab. Bask in your creative power; which is infinite by the way.
Extension Basic Information
Name | |
ID | gaklopmcfgbcdnehdleeocjfhaipajgf |
Official URL | https://chrome.google.com/webstore/detail/random-gradient/gaklopmcfgbcdnehdleeocjfhaipajgf |
Description | Sit back. Relax. Crack a cold one. Take in a gradient. |
File Size | 250 KB |
Installation Count | 24 |
Current Version | 0.0.1 |
Last Updated | 2015-10-06 |
Publish Date | 2015-10-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | chrisallick |
Payment Type | free |
Extension Website | http://chrisallick.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Gradient", "description": "Sit back. Relax. Crack a cold one. Take in a gradient.", "version": "0.0.1", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "blank.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "management" ], "browser_action": { "default_icon": "icon128.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |