Minimal Stack Overflow

A simple way to hide both sidebars from Stack Overflow question`s page

Minimal Stack Overflow là gì?

Minimal Stack Overflow là một tiện ích mở rộng Chrome được phát triển bởi Felipe Mendes, và tính năng chính của nó là "A simple way to hide both sidebars from Stack Overflow question`s page".

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

screenshot

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

Tải xuống các tệp mở rộng Minimal Stack Overflow 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

                                            

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

Tên Minimal Stack Overflow Minimal Stack Overflow
ID iacpemcanoendljfmmdcbonjanbmpmha
URL Chính Thức https://chromewebstore.google.com/detail/minimal-stack-overflow/iacpemcanoendljfmmdcbonjanbmpmha
Mô tả A simple way to hide both sidebars from Stack Overflow question`s page
Kích Thước Tệp 69.99 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2019-02-15
Ngày Phát Hành 2019-02-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Felipe Mendes
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/felipemendes/minimal-stack-overflow
URL Trang Trợ Giúp https://github.com/felipemendes/minimal-stack-overflow/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}