New Tab Cat

A cat, growing at every tab open!

Cos'è New Tab Cat?

New Tab Cat è un'estensione di Chrome sviluppata da Adrien, e la sua funzione principale è "A cat, growing at every tab open!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione New Tab Cat

Scarica i file di estensione New Tab Cat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome New Tab Cat New Tab Cat
ID koojepkajcfdkhggimdccjfnpcnealeb
URL Ufficiale https://chromewebstore.google.com/detail/new-tab-cat/koojepkajcfdkhggimdccjfnpcnealeb
Descrizione A cat, growing at every tab open!
Dimensione del File 57.66 KB
Conteggio Installazioni 68
Versione Corrente 1.2
Ultimo Aggiornamento 2019-03-09
Data di Pubblicazione 2019-03-09
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Adrien
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}