Expand & Collapse
Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub platform
Wat is Expand & Collapse?
Expand & Collapse is een Chrome-extensie ontwikkeld door achamsanjeevakumar, en de belangrijkste functie is "Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub platform".
Extensie Screenshots
Download het CRX-bestand van de extensie Expand & Collapse
Download Expand & Collapse-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | odeomhdjffbnnobalkalehmidefcdmkn |
| Officiële URL | https://chromewebstore.google.com/detail/expand-collapse/odeomhdjffbnnobalkalehmidefcdmkn |
| Beschrijving | Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub platform |
| Bestandsgrootte | 21.13 KB |
| Aantal Installaties | 76 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2021-02-17 |
| Publicatiedatum | 2021-02-17 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | achamsanjeevakumar |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/achamsanjeeva/ExpandCollapse |
| Help Pagina-URL | https://github.com/achamsanjeeva/ExpandCollapse |
| Ondersteunde Talen | 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"
}
} | |