Random Gradient
Sit back. Relax. Crack a cold one. Take in a gradient.
Qu'est-ce que Random Gradient ?
Random Gradient est une extension Chrome développée par chrisallick, et sa fonction principale est "Sit back. Relax. Crack a cold one. Take in a gradient.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Random Gradient
Téléchargez les fichiers d'extension Random Gradient au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gaklopmcfgbcdnehdleeocjfhaipajgf |
URL Officiel | https://chrome.google.com/webstore/detail/random-gradient/gaklopmcfgbcdnehdleeocjfhaipajgf |
Description | Sit back. Relax. Crack a cold one. Take in a gradient. |
Taille du Fichier | 250 KB |
Nombre d'Installations | 24 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2015-10-06 |
Date de Publication | 2015-10-06 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | chrisallick |
Type de Paiement | free |
Site Web de l'Extension | http://chrisallick.com |
Langues Prises en Charge | 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" } } |