Random Gradient
Sit back. Relax. Crack a cold one. Take in a gradient.
什么是Random Gradient?
Random Gradient是由chrisallick开发的Chrome扩展程序,该扩展的主要功能是“Sit back. Relax. Crack a cold one. Take in a gradient.”。
扩展截图
下载Random Gradient扩展crx文件
下载Random Gradient扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | gaklopmcfgbcdnehdleeocjfhaipajgf |
官方URL | https://chrome.google.com/webstore/detail/random-gradient/gaklopmcfgbcdnehdleeocjfhaipajgf |
简介 | Sit back. Relax. Crack a cold one. Take in a gradient. |
文件大小 | 250 KB |
安装次数 | 24 |
当前版本 | 0.0.1 |
更新时间 | 2015-10-06 |
上架时间 | 2015-10-06 |
评分 | 5.00/5 共3次评分 |
开发者 | chrisallick |
付费类型 | free |
扩展官网 | http://chrisallick.com |
支持的语言 | 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" } } |