Better Stack Exchange

A revamped text editor that supports markdown, indentation, and more. A cleaner user interface that doesn't get in your way.

Wat is Better Stack Exchange?

Better Stack Exchange is een Chrome-extensie ontwikkeld door Titus Woo, en de belangrijkste functie is "A revamped text editor that supports markdown, indentation, and more. A cleaner user interface that doesn't get in your way.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Better Stack Exchange

Download Better Stack Exchange-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

                        Stack Exchange the way it was meant to be!

==================
EDITOR IMPROVEMENTS
(via SimpleMDE and CodeMirror)
==================
* indentation
* code blocks
* markdown
* side-by-side edit & live preview
* sticky toolbar - never scroll around to insert images or snippets!

==================
OTHER IMPROVEMENTS
==================
The UI has been touched up in small ways as well to provide a more minimalist experience. For example, the  yellow "Formatting hints" box is faded out, and the "new question title" doesn't look like an input box anymore.

* sticky top bar
* hide stack exchanges sites list in the footer

==================
WORKS EVERYWHERE
==================
This extension works on all the Stack Exchange sites: Stack Overflow, Super User, Ask Ubuntu, Server Fault, Ask Different, Mathematics, and many more.                    

Basisinformatie over de Extensie

Naam Better Stack Exchange Better Stack Exchange
ID ohgloaohphplfbdcbkoobcmbjopjbhnl
Officiële URL https://chrome.google.com/webstore/detail/better-stack-exchange/ohgloaohphplfbdcbkoobcmbjopjbhnl
Beschrijving A revamped text editor that supports markdown, indentation, and more. A cleaner user interface that doesn't get in your way.
Bestandsgrootte 97.18 KB
Aantal Installaties 48
Huidige Versie 0.0.5
Laatst Bijgewerkt 2016-06-21
Publicatiedatum 2016-06-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Titus Woo
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Stack Exchange",
    "description": "A revamped text editor that supports markdown, indentation, and more. A cleaner user interface that doesn't get in your way.",
    "version": "0.0.5",
    "author": "Titus Woo",
    "homepage_url": "http:\/\/tituswoo.com",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "bse-icon.png"
    },
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.stackoverflow.com\/*",
                "*:\/\/*.serverfault.com\/*",
                "*:\/\/*.superuser.com\/*",
                "*:\/\/*.askubuntu.com\/*",
                "*:\/\/*.stackapps.com\/*",
                "*:\/\/*.mathoverflow.net\/*",
                "*:\/\/*.stackexchange.com\/*"
            ],
            "js": [
                "content\/index.js"
            ]
        }
    ]
}