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.…
Vad är Pastel Tab?
Pastel Tab är en Chrome-tillägg utvecklad av williamyeny, och dess huvudfunktion är "Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…".
Tilläggsskärmbilder
Ladda ner Pastel Tab-förlängningens CRX-fil
Ladda ner Pastel Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | olbihpfkfhmeonjellidnieandnfaapd |
| Officiell webbadress | https://chromewebstore.google.com/detail/pastel-tab/olbihpfkfhmeonjellidnieandnfaapd |
| Beskrivning | Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.… |
| Filstorlek | 79.39 KB |
| Antal Installationer | 3,824 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2017-02-21 |
| Publiceringsdatum | 2017-02-21 |
| Betyg | 2.76/5 Totalt 58 Betyg |
| Utvecklare | williamyeny |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |