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.…
Hvad er Pastel Tab?
Pastel Tab er en Chrome-udvidelse udviklet af williamyeny, og dens hovedfunktion er "Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…".
Udvidelsesskærmbilleder
Download Pastel Tab-udvidelses-CRX-fil
Download Pastel Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | olbihpfkfhmeonjellidnieandnfaapd |
| Officiel URL | https://chromewebstore.google.com/detail/pastel-tab/olbihpfkfhmeonjellidnieandnfaapd |
| Beskrivelse | Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.… |
| Filstørrelse | 79.39 KB |
| Antal Installationer | 3,824 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2017-02-21 |
| Udgivelsesdato | 2017-02-21 |
| Bedømmelse | 2.76/5 Samlet 58 Bedømmelser |
| Udvikler | williamyeny |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |