CodinGame Toolbox

An extension containing some handy tools for the CodinGame website

CodinGame Toolboxとは何ですか?

CodinGame ToolboxはHusenapによって開発されたChromeの拡張機能で、その主な機能は「An extension containing some handy tools for the CodinGame website」です。

CodinGame Toolbox拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}