Codingame puzzles accordions
Allows collapsing puzzle sections
What is Codingame puzzles accordions?
Codingame puzzles accordions is a Chrome extension developed by Axel Duch, and its main feature is "Allows collapsing puzzle sections".
Extension Screenshots
Download Codingame puzzles accordions Extension CRX File
Download Codingame puzzles accordions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Click a puzzle section header to toggle its visibility
Extension Basic Information
Name | Codingame puzzles accordions |
ID | ffkfmplpojbkbhhemhjapbaldjchjdjp |
Official URL | https://chromewebstore.google.com/detail/codingame-puzzles-accordi/ffkfmplpojbkbhhemhjapbaldjchjdjp |
Description | Allows collapsing puzzle sections |
File Size | 43.78 KB |
Installation Count | 24 |
Current Version | 1.0 |
Last Updated | 2016-03-29 |
Publish Date | 2016-03-29 |
Developer | Axel Duch |
Payment Type | free |
Supported Languages | 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" ] } ] } |