Gradient Tabs
A Beautiful Gradient With Every New Tab!
Cos'è Gradient Tabs?
Gradient Tabs è un'estensione di Chrome sviluppata da https://gradienthunt.com, e la sua funzione principale è "A Beautiful Gradient With Every New Tab!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gradient Tabs
Scarica i file di estensione Gradient Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hndkippiajpholnhmcmlcebbcgnhldbo |
| URL Ufficiale | https://chromewebstore.google.com/detail/gradient-tabs/hndkippiajpholnhmcmlcebbcgnhldbo |
| Descrizione | A Beautiful Gradient With Every New Tab! |
| Dimensione del File | 22.48 KB |
| Conteggio Installazioni | 2,744 |
| Versione Corrente | 2 |
| Ultimo Aggiornamento | 2018-07-31 |
| Data di Pubblicazione | 2018-07-31 |
| Valutazione | 3.83/5 Totale 6 Valutazioni |
| Sviluppatore | https://gradienthunt.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://gradienthunt.com |
| URL della Pagina di Aiuto | https://gradienthunt.com |
| Lingue Supportate | 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"
}
} | |