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"
    ]
}