Catify

Catify your websites

Hvad er Catify?

Catify er en Chrome-udvidelse udviklet af Juan Ospina, og dens hovedfunktion er "Catify your websites".

Download Catify-udvidelses-CRX-fil

Download Catify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Add dancing cats to any website, you can drag them around the page and double click to remove them :D                    

Grundlæggende oplysninger om udvidelsen

Navn Catify Catify
ID dabdoepdoakdbophgafmdfanehcalgjk
Officiel URL https://chromewebstore.google.com/detail/catify/dabdoepdoakdbophgafmdfanehcalgjk
Beskrivelse Catify your websites
Filstørrelse 171 KB
Antal Installationer 88
Nuværende Version 2.0
Senest Opdateret 2018-03-12
Udgivelsesdato 2018-03-12
Udvikler Juan Ospina
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "Traduce"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "interact.js"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Catify your websites",
    "manifest_version": 2,
    "name": "Catify",
    "permissions": [
        "activeTab"
    ],
    "version": "2.0"
}