Minimal Stack Overflow
A simple way to hide both sidebars from Stack Overflow question`s page
Hvad er Minimal Stack Overflow?
Minimal Stack Overflow er en Chrome-udvidelse udviklet af Felipe Mendes, og dens hovedfunktion er "A simple way to hide both sidebars from Stack Overflow question`s page".
Udvidelsesskærmbilleder
Download Minimal Stack Overflow-udvidelses-CRX-fil
Download Minimal Stack Overflow-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
Grundlæggende oplysninger om udvidelsen
Navn | Minimal Stack Overflow |
ID | iacpemcanoendljfmmdcbonjanbmpmha |
Officiel URL | https://chromewebstore.google.com/detail/minimal-stack-overflow/iacpemcanoendljfmmdcbonjanbmpmha |
Beskrivelse | A simple way to hide both sidebars from Stack Overflow question`s page |
Filstørrelse | 69.99 KB |
Antal Installationer | 67 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2019-02-15 |
Udgivelsesdato | 2019-02-14 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Felipe Mendes |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/felipemendes/minimal-stack-overflow |
Hjælpeside-URL | https://github.com/felipemendes/minimal-stack-overflow/issues |
Understøttede Sprog | 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\/*" ] } ] } |