Codingame puzzles accordions

Allows collapsing puzzle sections

Codingame puzzles accordionsคืออะไร?

Codingame puzzles accordions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Axel Duch และคุณลักษณะหลักของมันคือ "Allows collapsing puzzle sections"

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

screenshot

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

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

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

                        Click a puzzle section header to toggle its visibility                    

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

ชื่อ Codingame puzzles accordions Codingame puzzles accordions
ID ffkfmplpojbkbhhemhjapbaldjchjdjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codingame-puzzles-accordi/ffkfmplpojbkbhhemhjapbaldjchjdjp
คำอธิบาย Allows collapsing puzzle sections
ขนาดไฟล์ 43.78 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-03-29
วันที่เผยแพร่ 2016-03-29
ผู้พัฒนา Axel Duch
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Codingame puzzles accordions",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Allows collapsing puzzle sections",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.codingame.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.codingame.com\/*"
            ],
            "js": [
                "libs\/jquery-2.2.2.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}