Gradient Tabs
A Beautiful Gradient With Every New Tab!
Was ist Gradient Tabs?
Gradient Tabs ist eine Chrome-Erweiterung, die von https://gradienthunt.com entwickelt wurde, und ihr Hauptmerkmal ist "A Beautiful Gradient With Every New Tab!".
Erweiterungsscreenshots
Gradient Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gradient Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hndkippiajpholnhmcmlcebbcgnhldbo |
| Offizielle URL | https://chromewebstore.google.com/detail/gradient-tabs/hndkippiajpholnhmcmlcebbcgnhldbo |
| Beschreibung | A Beautiful Gradient With Every New Tab! |
| Dateigröße | 22.48 KB |
| Installationsanzahl | 2,744 |
| Aktuelle Version | 2 |
| Letztes Update | 2018-07-31 |
| Veröffentlichungsdatum | 2018-07-31 |
| Bewertung | 3.83/5 Insgesamt 6 Bewertungen |
| Entwickler | https://gradienthunt.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://gradienthunt.com |
| Hilfeseite URL | https://gradienthunt.com |
| Unterstützte Sprachen | 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"
}
} | |