Expand & Collapse
Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub platform
What is Expand & Collapse?
Expand & Collapse is a Chrome extension developed by achamsanjeevakumar, and its main feature is "Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub platform".
Extension Screenshots
Download Expand & Collapse Extension CRX File
Download Expand & Collapse 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
Modern editors provide code expand & collapse feature which enables the user to navigate the code easily. Same doesn't exist for web version of github. Expand & Collapse tool provides same functionality. It supports prominent languages Java, JavaScript, C , C++, PHP,R,Swift
Extension Basic Information
Name | Expand & Collapse |
ID | odeomhdjffbnnobalkalehmidefcdmkn |
Official URL | https://chromewebstore.google.com/detail/expand-collapse/odeomhdjffbnnobalkalehmidefcdmkn |
Description | Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub platform |
File Size | 21.13 KB |
Installation Count | 76 |
Current Version | 1.0.0 |
Last Updated | 2021-02-17 |
Publish Date | 2021-02-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | achamsanjeevakumar |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/achamsanjeeva/ExpandCollapse |
Help Page URL | https://github.com/achamsanjeeva/ExpandCollapse |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Expand & Collapse", "description": "Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub platform", "homepage_url": "https:\/\/github.com\/achamsanjeeva\/ExpandCollapse", "version": "1.0.0", "author": "Acham Sanjeeva Kumar", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "*:\/\/*.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } } |