Codingame puzzles accordions
Allows collapsing puzzle sections
Wat is Codingame puzzles accordions?
Codingame puzzles accordions is een Chrome-extensie ontwikkeld door Axel Duch, en de belangrijkste functie is "Allows collapsing puzzle sections".
Extensie Screenshots
Download het CRX-bestand van de extensie Codingame puzzles accordions
Download Codingame puzzles accordions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Click a puzzle section header to toggle its visibility Basisinformatie over de Extensie
| Naam | |
| ID | ffkfmplpojbkbhhemhjapbaldjchjdjp |
| Officiële URL | https://chromewebstore.google.com/detail/codingame-puzzles-accordi/ffkfmplpojbkbhhemhjapbaldjchjdjp |
| Beschrijving | Allows collapsing puzzle sections |
| Bestandsgrootte | 43.78 KB |
| Aantal Installaties | 24 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-03-29 |
| Publicatiedatum | 2016-03-29 |
| Ontwikkelaar | Axel Duch |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |