Chrome Cats Inc

Second Extension focusing on the worldwide issue of feline absence!

Chrome Cats Incคืออะไร?

Chrome Cats Inc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ChromeCats และคุณลักษณะหลักของมันคือ "Second Extension focusing on the worldwide issue of feline absence!"

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

screenshot

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

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

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

                                            

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

ชื่อ Chrome Cats Inc Chrome Cats Inc
ID aojakjhbmglakfcpjfkloleajbdhbppl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-cats-inc/aojakjhbmglakfcpjfkloleajbdhbppl
คำอธิบาย Second Extension focusing on the worldwide issue of feline absence!
ขนาดไฟล์ 18.15 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2019-02-05
วันที่เผยแพร่ 2019-02-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ChromeCats
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Cats Inc",
    "version": "0.1",
    "description": "Second Extension focusing on the worldwide issue of feline absence!",
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/cat48.png"
    },
    "icons": {
        "16": "images\/cat16.png",
        "32": "images\/cat32.png",
        "48": "images\/cat48.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}