Text to Cat Puns

Click the extension button and any web page's text will turn into cat puns.

什么是Text to Cat Puns?

Text to Cat Puns是由daniel landy开发的Chrome扩展程序,该扩展的主要功能是“Click the extension button and any web page's text will turn into cat puns.”。

扩展截图

screenshot

下载Text to Cat Puns扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Text to Cat Puns Text to Cat Puns
ID ddmladhkjpinjilomibffpomcljklkki
官方URL https://chrome.google.com/webstore/detail/text-to-cat-puns/ddmladhkjpinjilomibffpomcljklkki
简介 Click the extension button and any web page's text will turn into cat puns.
文件大小 64.61 KB
安装次数 810
当前版本 0.4
更新时间 2015-10-23
上架时间 2015-10-23
评分 3.71/5 共14次评分
开发者 daniel landy
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to Cat Puns",
    "description": "Click the extension button and any web page's text will turn into cat puns.",
    "version": "0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "cats.png"
    },
    "icons": {
        "16": "cats16.png",
        "48": "cats48.png",
        "128": "cats.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}