caturday

Shows pictures of cats!

What is caturday?

caturday is a Chrome extension developed by hal313, and its main feature is "Shows pictures of cats!".

Extension Screenshots

Download caturday Extension CRX File

Download caturday extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name caturday caturday
ID mcciciniemdaoljfnhgfahdhhkhefcfp
Official URL https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp
Description Shows pictures of cats!
File Size 95.19 KB
Installation Count 54
Current Version 0.0.31
Last Updated 2021-03-09
Publish Date 2019-04-18
Rating 5.00/5 Total 4 Ratings
Developer hal313
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}