CodinGame Toolbox

An extension containing some handy tools for the CodinGame website

Co to jest CodinGame Toolbox?

CodinGame Toolbox to rozszerzenie Chrome opracowane przez Husenap, a jego główną funkcją jest „An extension containing some handy tools for the CodinGame website”.

Pobierz plik CRX rozszerzenia CodinGame Toolbox

Pobierz pliki rozszerzeń CodinGame Toolbox w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CodinGame Toolbox CodinGame Toolbox
ID jhfehgjigbenebpninokfejjgkcnjbkh
Oficjalny URL https://chromewebstore.google.com/detail/codingame-toolbox/jhfehgjigbenebpninokfejjgkcnjbkh
Opis An extension containing some handy tools for the CodinGame website
Rozmiar pliku 52.99 KB
Liczba instalacji 117
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-11-26
Data Publikacji 2016-11-26
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Husenap
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}