Wandering Cat

The cat wanders

Wandering Catคืออะไร?

Wandering Cat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย willmccambley และคุณลักษณะหลักของมันคือ "The cat wanders"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Wandering Cat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension creates an 8-bit cat that will walk randomly around your browser. You can double click to remove the cat.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wandering Cat Wandering Cat
ID fekmcdeljonllillnbjhophkhnjhhjpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wandering-cat/fekmcdeljonllillnbjhophkhnjhhjpd
คำอธิบาย The cat wanders
ขนาดไฟล์ 165 KB
จำนวนการติดตั้ง 193
เวอร์ชันปัจจุบัน 2.01
อัปเดตครั้งล่าสุด 2021-12-01
วันที่เผยแพร่ 2021-11-30
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา willmccambley
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sedoc.codes
URL หน้าช่วยเหลือ https://github.com/WillCMcC/cat_wanderer
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wandering Cat",
    "description": "The cat wanders",
    "version": "2.01",
    "permissions": [],
    "browser_action": {
        "default_icon": "img\/F_SIT.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/catman.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/onload.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}