New Tab Cat

A cat, growing at every tab open!

What is New Tab Cat?

New Tab Cat is a Chrome extension developed by Adrien, and its main feature is "A cat, growing at every tab open!".

Extension Screenshots

screenshot

Download New Tab Cat Extension CRX File

Download New Tab Cat 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

                        New Tab Cat is a Google Chrome extension that replaces your new tab page with a cat emoji on a plain background. The cat will get bigger at every new tab you open (resets at midnight).

Features:
A cat
No telemetry
Minimalist
Fast loading
Customizable emoji
Customizable background color
New tab tally (hover over cat for emoji)
Now with SVG! (useful if you don't have emoji on your OS)
You can still use the emoji, by choosing so in the settings

Credit:
@maximilianoljanenko for the paw icon.                    

Extension Basic Information

Name New Tab Cat New Tab Cat
ID koojepkajcfdkhggimdccjfnpcnealeb
Official URL https://chromewebstore.google.com/detail/new-tab-cat/koojepkajcfdkhggimdccjfnpcnealeb
Description A cat, growing at every tab open!
File Size 57.66 KB
Installation Count 68
Current Version 1.2
Last Updated 2019-03-09
Publish Date 2019-03-09
Rating 5.00/5 Total 4 Ratings
Developer Adrien
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Cat",
    "version": "1.2",
    "description": "A cat, growing at every tab open!",
    "incognito": "split",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}