Codingame puzzles accordions

Allows collapsing puzzle sections

Was ist Codingame puzzles accordions?

Codingame puzzles accordions ist eine Chrome-Erweiterung, die von Axel Duch entwickelt wurde, und ihr Hauptmerkmal ist "Allows collapsing puzzle sections".

Erweiterungsscreenshots

screenshot

Codingame puzzles accordions-Erweiterungs-CRX-Datei herunterladen

Laden Sie Codingame puzzles accordions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Click a puzzle section header to toggle its visibility                    

Grundlegende Informationen zur Erweiterung

Name Codingame puzzles accordions Codingame puzzles accordions
ID ffkfmplpojbkbhhemhjapbaldjchjdjp
Offizielle URL https://chromewebstore.google.com/detail/codingame-puzzles-accordi/ffkfmplpojbkbhhemhjapbaldjchjdjp
Beschreibung Allows collapsing puzzle sections
Dateigröße 43.78 KB
Installationsanzahl 24
Aktuelle Version 1.0
Letztes Update 2016-03-29
Veröffentlichungsdatum 2016-03-29
Entwickler Axel Duch
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Codingame puzzles accordions",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Allows collapsing puzzle sections",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.codingame.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.codingame.com\/*"
            ],
            "js": [
                "libs\/jquery-2.2.2.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}