Catify

Catify your websites

Vad är Catify?

Catify är en Chrome-tillägg utvecklad av Juan Ospina, och dess huvudfunktion är "Catify your websites".

Ladda ner Catify-förlängningens CRX-fil

Ladda ner Catify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Catify Catify
ID dabdoepdoakdbophgafmdfanehcalgjk
Officiell webbadress https://chromewebstore.google.com/detail/catify/dabdoepdoakdbophgafmdfanehcalgjk
Beskrivning Catify your websites
Filstorlek 171 KB
Antal Installationer 88
Aktuell Version 2.0
Senast Uppdaterad 2018-03-12
Publiceringsdatum 2018-03-12
Utvecklare Juan Ospina
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}