Gradient Tabs
A Beautiful Gradient With Every New Tab!
Qu'est-ce que Gradient Tabs ?
Gradient Tabs est une extension Chrome développée par https://gradienthunt.com, et sa fonction principale est "A Beautiful Gradient With Every New Tab!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gradient Tabs
Téléchargez les fichiers d'extension Gradient Tabs 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
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.
Informations de Base sur l'Extension
Nom | Gradient Tabs |
ID | hndkippiajpholnhmcmlcebbcgnhldbo |
URL Officiel | https://chromewebstore.google.com/detail/gradient-tabs/hndkippiajpholnhmcmlcebbcgnhldbo |
Description | A Beautiful Gradient With Every New Tab! |
Taille du Fichier | 22.48 KB |
Nombre d'Installations | 2,744 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2018-07-31 |
Date de Publication | 2018-07-31 |
Évaluation | 3.83/5 Total 6 Évaluations |
Développeur | https://gradienthunt.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gradienthunt.com |
URL de la Page d'Aide | https://gradienthunt.com |
Langues Prises en Charge | 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" } } |