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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daniel landy และคุณลักษณะหลักของมันคือ "Click the extension button and any web page's text will turn into cat puns."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text to Cat Puns

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}