CodinGame Toolbox

An extension containing some handy tools for the CodinGame website

Apa itu CodinGame Toolbox?

CodinGame Toolbox adalah ekstensi Chrome yang dikembangkan oleh Husenap, dan fitur utamanya adalah "An extension containing some handy tools for the CodinGame website".

Unduh Berkas CRX Ekstensi CodinGame Toolbox

Unduh file ekstensi CodinGame Toolbox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CodinGame Toolbox CodinGame Toolbox
ID jhfehgjigbenebpninokfejjgkcnjbkh
URL Resmi https://chromewebstore.google.com/detail/codingame-toolbox/jhfehgjigbenebpninokfejjgkcnjbkh
Deskripsi An extension containing some handy tools for the CodinGame website
Ukuran File 52.99 KB
Jumlah Instalasi 117
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-11-26
Tanggal Publikasi 2016-11-26
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Husenap
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}