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.…
Qu'est-ce que Pastel Tab ?
Pastel Tab est une extension Chrome développée par williamyeny, et sa fonction principale est "Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pastel Tab
Téléchargez les fichiers d'extension Pastel Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Pastel Tab |
ID | olbihpfkfhmeonjellidnieandnfaapd |
URL Officiel | https://chromewebstore.google.com/detail/pastel-tab/olbihpfkfhmeonjellidnieandnfaapd |
Description | Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.… |
Taille du Fichier | 79.39 KB |
Nombre d'Installations | 3,824 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-02-21 |
Date de Publication | 2017-02-21 |
Évaluation | 2.76/5 Total 58 Évaluations |
Développeur | williamyeny |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |