Text to Cat Puns

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

What is Text to Cat Puns?

Text to Cat Puns is a Chrome extension developed by daniel landy, and its main feature is "Click the extension button and any web page's text will turn into cat puns.".

Extension Screenshots

screenshot

Download Text to Cat Puns Extension CRX File

Download Text to Cat Puns 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

                                            

Extension Basic Information

Name Text to Cat Puns Text to Cat Puns
ID ddmladhkjpinjilomibffpomcljklkki
Official URL https://chrome.google.com/webstore/detail/text-to-cat-puns/ddmladhkjpinjilomibffpomcljklkki
Description Click the extension button and any web page's text will turn into cat puns.
File Size 64.61 KB
Installation Count 810
Current Version 0.4
Last Updated 2015-10-23
Publish Date 2015-10-23
Rating 3.71/5 Total 14 Ratings
Developer daniel landy
Payment Type free
Supported Languages 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"
        ]
    }
}