Minimalist Stack Overflow

A minimalist theme for Stack Overflow

What is Minimalist Stack Overflow?

Minimalist Stack Overflow is a Chrome extension developed by Tim Finnigan, and its main feature is "A minimalist theme for Stack Overflow".

Extension Screenshots

screenshot

Download Minimalist Stack Overflow Extension CRX File

Download Minimalist 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

                        This minimalist theme helps you focus on the main content on a Stack Overflow page.                    

Extension Basic Information

Name Minimalist Stack Overflow Minimalist Stack Overflow
ID hellcneecepjkpoflpdbbeijjkjklepk
Official URL https://chromewebstore.google.com/detail/minimalist-stack-overflow/hellcneecepjkpoflpdbbeijjkjklepk
Description A minimalist theme for Stack Overflow
File Size 9.2 KB
Installation Count 18
Current Version 1.0.0
Last Updated 2020-04-23
Publish Date 2020-04-20
Rating 1.00/5 Total 1 Ratings
Developer Tim Finnigan
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimalist Stack Overflow",
    "description": "A minimalist theme for Stack Overflow",
    "manifest_version": 2,
    "version": "1.0.0",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_16.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/stackoverflow.com\/questions*"
            ]
        }
    ]
}