Better Stack Exchange

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

Better Stack Exchange क्या है?

Better Stack Exchange Titus Woo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A revamped text editor that supports markdown, indentation, and more. A cleaner user interface that doesn't get in your way."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better Stack Exchange एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Better Stack Exchange Better Stack Exchange
ID ohgloaohphplfbdcbkoobcmbjopjbhnl
आधिकारिक URL https://chrome.google.com/webstore/detail/better-stack-exchange/ohgloaohphplfbdcbkoobcmbjopjbhnl
विवरण A revamped text editor that supports markdown, indentation, and more. A cleaner user interface that doesn't get in your way.
फ़ाइल का आकार 97.18 KB
स्थापना संख्या 48
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2016-06-21
प्रकाशन तिथि 2016-06-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Titus Woo
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}