Catify

Catify your websites

什么是Catify?

Catify是由Juan Ospina开发的Chrome扩展程序,该扩展的主要功能是“Catify your websites”。

下载Catify扩展crx文件

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

扩展使用说明

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

扩展基本信息

名称 Catify Catify
ID dabdoepdoakdbophgafmdfanehcalgjk
官方URL https://chromewebstore.google.com/detail/catify/dabdoepdoakdbophgafmdfanehcalgjk
简介 Catify your websites
文件大小 171 KB
安装次数 88
当前版本 2.0
更新时间 2018-03-12
上架时间 2018-03-12
开发者 Juan Ospina
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}