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.…
Wat is Pastel Tab?
Pastel Tab is een Chrome-extensie ontwikkeld door williamyeny, en de belangrijkste functie is "Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…".
Extensie Screenshots
Download het CRX-bestand van de extensie Pastel Tab
Download Pastel Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | olbihpfkfhmeonjellidnieandnfaapd |
| Officiële URL | https://chromewebstore.google.com/detail/pastel-tab/olbihpfkfhmeonjellidnieandnfaapd |
| Beschrijving | Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.… |
| Bestandsgrootte | 79.39 KB |
| Aantal Installaties | 3,824 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2017-02-21 |
| Publicatiedatum | 2017-02-21 |
| Beoordeling | 2.76/5 Totaal 58 Beoordelingen |
| Ontwikkelaar | williamyeny |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |