Wandering Cat

The cat wanders

什么是Wandering Cat?

Wandering Cat是由willmccambley开发的Chrome扩展程序,该扩展的主要功能是“The cat wanders”。

扩展截图

screenshot
screenshot

下载Wandering Cat扩展crx文件

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

扩展使用说明

                        This extension creates an 8-bit cat that will walk randomly around your browser. You can double click to remove the cat.                    

扩展基本信息

名称 Wandering Cat Wandering Cat
ID fekmcdeljonllillnbjhophkhnjhhjpd
官方URL https://chromewebstore.google.com/detail/wandering-cat/fekmcdeljonllillnbjhophkhnjhhjpd
简介 The cat wanders
文件大小 165 KB
安装次数 193
当前版本 2.01
更新时间 2021-12-01
上架时间 2021-11-30
评分 5.00/5 共3次评分
开发者 willmccambley
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sedoc.codes
帮助页面URL https://github.com/WillCMcC/cat_wanderer
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wandering Cat",
    "description": "The cat wanders",
    "version": "2.01",
    "permissions": [],
    "browser_action": {
        "default_icon": "img\/F_SIT.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/catman.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/onload.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}