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"
        ]
    }
}