Palettes Tab

8 Beautiful Palettes With Every New Tab!

What is Palettes Tab?

Palettes Tab is a Chrome extension developed by https://trendypalettes.com, and its main feature is "8 Beautiful Palettes With Every New Tab!".

Extension Screenshots

screenshot
screenshot

Download Palettes Tab Extension CRX File

Download Palettes 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

                        Curated collection of 8 beautiful color palettes, updated in every new tab!                    

Extension Basic Information

Name Palettes Tab Palettes Tab
ID monbbbemnbnemmglimfodaomdonmjihp
Official URL https://chromewebstore.google.com/detail/palettes-tab/monbbbemnbnemmglimfodaomdonmjihp
Description 8 Beautiful Palettes With Every New Tab!
File Size 14 KB
Installation Count 442
Current Version 1
Last Updated 2018-09-08
Publish Date 2018-09-07
Rating 5.00/5 Total 1 Ratings
Developer https://trendypalettes.com
Email [email protected]
Payment Type free
Extension Website https://trendypalettes.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Palettes Tab",
    "description": "8 Beautiful Palettes With Every New Tab!",
    "version": "1",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}