Minimal Stack Overflow
A simple way to hide both sidebars from Stack Overflow question`s page
What is Minimal Stack Overflow?
Minimal Stack Overflow is a Chrome extension developed by Felipe Mendes, and its main feature is "A simple way to hide both sidebars from Stack Overflow question`s page".
Extension Screenshots
Download Minimal Stack Overflow Extension CRX File
Download Minimal Stack Overflow 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
Extension Basic Information
Name | Minimal Stack Overflow |
ID | iacpemcanoendljfmmdcbonjanbmpmha |
Official URL | https://chromewebstore.google.com/detail/minimal-stack-overflow/iacpemcanoendljfmmdcbonjanbmpmha |
Description | A simple way to hide both sidebars from Stack Overflow question`s page |
File Size | 69.99 KB |
Installation Count | 67 |
Current Version | 0.0.2 |
Last Updated | 2019-02-15 |
Publish Date | 2019-02-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Felipe Mendes |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/felipemendes/minimal-stack-overflow |
Help Page URL | https://github.com/felipemendes/minimal-stack-overflow/issues |
Supported Languages | 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\/*" ] } ] } |