Tabby

Favicons with cats

Cos'è Tabby?

Tabby è un'estensione di Chrome sviluppata da Jessie Contour, e la sua funzione principale è "Favicons with cats".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tabby

Scarica i file di estensione Tabby 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

                        Replaces some favicons with cats                    

Informazioni di Base sull'Estensione

Nome Tabby Tabby
ID odhmempcncmlplmbokhdamcfdidbeeke
URL Ufficiale https://chrome.google.com/webstore/detail/tabby/odhmempcncmlplmbokhdamcfdidbeeke
Descrizione Favicons with cats
Dimensione del File 49.75 KB
Conteggio Installazioni 189
Versione Corrente 0.0.2
Ultimo Aggiornamento 2017-03-14
Data di Pubblicazione 2017-03-13
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore Jessie Contour
Tipo di Pagamento free
Sito Web dell'Estensione http://www.jessiecontour.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabby",
    "description": "Favicons with cats",
    "version": "0.0.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "\/lib\/jquery-min.js",
                "favicon.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "\/lib\/jquery-min.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}