Catify

Catify your websites

Catifyคืออะไร?

Catify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Juan Ospina และคุณลักษณะหลักของมันคือ "Catify your websites"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Catify

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