caturday

Shows pictures of cats!

Wat is caturday?

caturday is een Chrome-extensie ontwikkeld door hal313, en de belangrijkste functie is "Shows pictures of cats!".

Extensie Screenshots

Download het CRX-bestand van de extensie caturday

Download caturday-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

                        Need a break from all the depressing news? Too much work on your plate? If you are looking for a refreshing reminder of how amazing life is - look no further! With the press of a button, you will be served up a random image of cats! Even for dog lovers, this extension is pretty fun.

Be sure to check out the GitHub project which hosts this code: https://github.com/hal313/caturday-chrome-extension                    

Basisinformatie over de Extensie

Naam caturday caturday
ID mcciciniemdaoljfnhgfahdhhkhefcfp
Officiële URL https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp
Beschrijving Shows pictures of cats!
Bestandsgrootte 95.19 KB
Aantal Installaties 54
Huidige Versie 0.0.31
Laatst Bijgewerkt 2021-03-09
Publicatiedatum 2019-04-18
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar hal313
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.31",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": [],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "caturday",
        "default_popup": "popup.html"
    }
}