Tabby

Favicons with cats

Wat is Tabby?

Tabby is een Chrome-extensie ontwikkeld door Jessie Contour, en de belangrijkste functie is "Favicons with cats".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tabby

Download Tabby-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Replaces some favicons with cats                    

Basisinformatie over de Extensie

Naam Tabby Tabby
ID odhmempcncmlplmbokhdamcfdidbeeke
Officiële URL https://chrome.google.com/webstore/detail/tabby/odhmempcncmlplmbokhdamcfdidbeeke
Beschrijving Favicons with cats
Bestandsgrootte 49.75 KB
Aantal Installaties 189
Huidige Versie 0.0.2
Laatst Bijgewerkt 2017-03-14
Publicatiedatum 2017-03-13
Beoordeling 4.17/5 Totaal 6 Beoordelingen
Ontwikkelaar Jessie Contour
Betalingswijze free
Extensiewebsite http://www.jessiecontour.com
Ondersteunde Talen 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"
    }
}