CodinGame Toolbox

An extension containing some handy tools for the CodinGame website

CodinGame Toolboxคืออะไร?

CodinGame Toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Husenap และคุณลักษณะหลักของมันคือ "An extension containing some handy tools for the CodinGame website"

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

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

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

                        Tools:
- Turn the page into a chat only tab, nothing else.
- Remove the chat entirely and fill out the rest of the space with the current page.                    

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

ชื่อ CodinGame Toolbox CodinGame Toolbox
ID jhfehgjigbenebpninokfejjgkcnjbkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codingame-toolbox/jhfehgjigbenebpninokfejjgkcnjbkh
คำอธิบาย An extension containing some handy tools for the CodinGame website
ขนาดไฟล์ 52.99 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-11-26
วันที่เผยแพร่ 2016-11-26
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Husenap
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodinGame Toolbox",
    "version": "1.2",
    "description": "An extension containing some handy tools for the CodinGame website",
    "author": "Husenap",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}