Pastel Tab
Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…
Cos'è Pastel Tab?
Pastel Tab è un'estensione di Chrome sviluppata da williamyeny, e la sua funzione principale è "Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pastel Tab
Scarica i file di estensione Pastel Tab 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
Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.
This project is inspired by automatic pastels on Tumblr.
Star + fork the project on Github here!
https://github.com/williamyeny/pastel-tab Informazioni di Base sull'Estensione
| Nome | |
| ID | olbihpfkfhmeonjellidnieandnfaapd |
| URL Ufficiale | https://chromewebstore.google.com/detail/pastel-tab/olbihpfkfhmeonjellidnieandnfaapd |
| Descrizione | Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.… |
| Dimensione del File | 79.39 KB |
| Conteggio Installazioni | 3,824 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2017-02-21 |
| Data di Pubblicazione | 2017-02-21 |
| Valutazione | 2.76/5 Totale 58 Valutazioni |
| Sviluppatore | williamyeny |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pastel Tab",
"version": "1.1",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
]
} | |