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.…

Was ist Pastel Tab?

Pastel Tab ist eine Chrome-Erweiterung, die von williamyeny entwickelt wurde, und ihr Hauptmerkmal ist "Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Pastel Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pastel Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Pastel Tab Pastel Tab
ID olbihpfkfhmeonjellidnieandnfaapd
Offizielle URL https://chromewebstore.google.com/detail/pastel-tab/olbihpfkfhmeonjellidnieandnfaapd
Beschreibung Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…
Dateigröße 79.39 KB
Installationsanzahl 3,824
Aktuelle Version 1.1
Letztes Update 2017-02-21
Veröffentlichungsdatum 2017-02-21
Bewertung 2.76/5 Insgesamt 58 Bewertungen
Entwickler williamyeny
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}