caturday

Shows pictures of cats!

什么是caturday?

caturday是由hal313开发的Chrome扩展程序,该扩展的主要功能是“Shows pictures of cats!”。

扩展截图

下载caturday扩展crx文件

下载caturday扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 caturday caturday
ID mcciciniemdaoljfnhgfahdhhkhefcfp
官方URL https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp
简介 Shows pictures of cats!
文件大小 95.19 KB
安装次数 54
当前版本 0.0.31
更新时间 2021-03-09
上架时间 2019-04-18
评分 5.00/5 共4次评分
开发者 hal313
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}