Codingame puzzles accordions
Allows collapsing puzzle sections
Hvad er Codingame puzzles accordions?
Codingame puzzles accordions er en Chrome-udvidelse udviklet af Axel Duch, og dens hovedfunktion er "Allows collapsing puzzle sections".
Udvidelsesskærmbilleder
Download Codingame puzzles accordions-udvidelses-CRX-fil
Download Codingame puzzles accordions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Click a puzzle section header to toggle its visibility
Grundlæggende oplysninger om udvidelsen
Navn | Codingame puzzles accordions |
ID | ffkfmplpojbkbhhemhjapbaldjchjdjp |
Officiel URL | https://chromewebstore.google.com/detail/codingame-puzzles-accordi/ffkfmplpojbkbhhemhjapbaldjchjdjp |
Beskrivelse | Allows collapsing puzzle sections |
Filstørrelse | 43.78 KB |
Antal Installationer | 24 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-03-29 |
Udgivelsesdato | 2016-03-29 |
Udvikler | Axel Duch |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |