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 là gì?

Better Stack Exchange là một tiện ích mở rộng Chrome được phát triển bởi Titus Woo, và tính năng chính của nó là "A revamped text editor that supports markdown, indentation, and more. A cleaner user interface that doesn't get in your way.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better Stack Exchange

Tải xuống các tệp mở rộng Better Stack Exchange dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better Stack Exchange Better Stack Exchange
ID ohgloaohphplfbdcbkoobcmbjopjbhnl
URL Chính Thức https://chrome.google.com/webstore/detail/better-stack-exchange/ohgloaohphplfbdcbkoobcmbjopjbhnl
Mô tả A revamped text editor that supports markdown, indentation, and more. A cleaner user interface that doesn't get in your way.
Kích Thước Tệp 97.18 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2016-06-21
Ngày Phát Hành 2016-06-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Titus Woo
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}