caturday

Shows pictures of cats!

caturdayคืออะไร?

caturday เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hal313 และคุณลักษณะหลักของมันคือ "Shows pictures of cats!"

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

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

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

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

                        Need a break from all the depressing news? Too much work on your plate? If you are looking for a refreshing reminder of how amazing life is - look no further! With the press of a button, you will be served up a random image of cats! Even for dog lovers, this extension is pretty fun.

Be sure to check out the GitHub project which hosts this code: https://github.com/hal313/caturday-chrome-extension                    

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

ชื่อ caturday caturday
ID mcciciniemdaoljfnhgfahdhhkhefcfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp
คำอธิบาย Shows pictures of cats!
ขนาดไฟล์ 95.19 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 0.0.31
อัปเดตครั้งล่าสุด 2021-03-09
วันที่เผยแพร่ 2019-04-18
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา hal313
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.31",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": [],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "caturday",
        "default_popup": "popup.html"
    }
}