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" } } |