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.…
What is Pastel Tab?
Pastel Tab is a Chrome extension developed by williamyeny, and its main feature is "Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…".
Extension Screenshots
Download Pastel Tab Extension CRX File
Download Pastel Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Pastel Tab |
ID | olbihpfkfhmeonjellidnieandnfaapd |
Official URL | 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.… |
File Size | 79.39 KB |
Installation Count | 3,824 |
Current Version | 1.1 |
Last Updated | 2017-02-21 |
Publish Date | 2017-02-21 |
Rating | 2.76/5 Total 58 Ratings |
Developer | williamyeny |
Payment Type | free |
Supported Languages | 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" ] } |