Minimal Stack Overflow
A simple way to hide both sidebars from Stack Overflow question`s page
Wat is Minimal Stack Overflow?
Minimal Stack Overflow is een Chrome-extensie ontwikkeld door Felipe Mendes, en de belangrijkste functie is "A simple way to hide both sidebars from Stack Overflow question`s page".
Extensie Screenshots
Download het CRX-bestand van de extensie Minimal Stack Overflow
Download Minimal Stack Overflow-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
Basisinformatie over de Extensie
| Naam | |
| ID | iacpemcanoendljfmmdcbonjanbmpmha |
| Officiële URL | https://chromewebstore.google.com/detail/minimal-stack-overflow/iacpemcanoendljfmmdcbonjanbmpmha |
| Beschrijving | A simple way to hide both sidebars from Stack Overflow question`s page |
| Bestandsgrootte | 69.99 KB |
| Aantal Installaties | 67 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2019-02-15 |
| Publicatiedatum | 2019-02-14 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Felipe Mendes |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/felipemendes/minimal-stack-overflow |
| Help Pagina-URL | https://github.com/felipemendes/minimal-stack-overflow/issues |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Minimal Stack Overflow",
"version": "0.0.2",
"manifest_version": 2,
"description": "A simple way to hide both sidebars from Stack Overflow question`s page",
"homepage_url": "https:\/\/github.com\/felipemendes\/minimal-stack-overflow",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Minimal Stack Overflow"
},
"content_scripts": [
{
"css": [
"css\/styles.min.css"
],
"js": [
"js\/content.js"
],
"matches": [
"https:\/\/stackoverflow.com\/questions\/*",
"https:\/\/*.stackoverflow.com\/questions\/*"
]
}
]
} | |