Stack Overflow Unofficial Patch

Miscellaneous client-side fixes for bugs on Stack Exchange sites

Stack Overflow Unofficial Patchคืออะไร?

Stack Overflow Unofficial Patch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ilmari Karonen และคุณลักษณะหลักของมันคือ "Miscellaneous client-side fixes for bugs on Stack Exchange sites"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stack Overflow Unofficial Patch

ดาวน์โหลดไฟล์ส่วนขยาย Stack Overflow Unofficial Patch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Stack Overflow Unofficial Patch (SOUP) is a project to collect various minor client-side bug fixes, work-arounds and usability improvements for Stack Overflow and other Q&A sites on the Stack Exchange Network into a single user script.  Now, for your convenience, these improvements are also available as a Chrome extension!

The intent of SOUP is not to make any substantial or controversial changes to the Stack Exchange user interface, but to fix minor problems and omissions that the SE developers have overlooked or haven't got around to fixing yet. By combining these minor patches into a single user script, they become easier to install and maintain.

See the linked Stack Apps page (and the Github project) for more information on the specific fixes included in SOUP.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stack Overflow Unofficial Patch Stack Overflow Unofficial Patch
ID bagdnnmjfkaolcegcgeohpboeocfalpj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stack-overflow-unofficial/bagdnnmjfkaolcegcgeohpboeocfalpj
คำอธิบาย Miscellaneous client-side fixes for bugs on Stack Exchange sites
ขนาดไฟล์ 51.28 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.56.2
อัปเดตครั้งล่าสุด 2019-10-04
วันที่เผยแพร่ 2019-10-03
ผู้พัฒนา Ilmari Karonen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://stackapps.com/questions/4486/stack-overflow-unofficial-patch-soup
URL หน้าช่วยเหลือ https://github.com/vyznev/soup/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stack Overflow Unofficial Patch",
    "short_name": "SOUP",
    "description": "Miscellaneous client-side fixes for bugs on Stack Exchange sites",
    "author": "Ilmari Karonen",
    "version": "1.56.2",
    "version_name": "1.56.2",
    "homepage_url": "https:\/\/stackapps.com\/questions\/4486\/the-stack-overflow-unofficial-patch-soup",
    "icons": {
        "16": "icon\/SOUP_icon_16.png",
        "32": "icon\/SOUP_icon_32.png",
        "48": "icon\/SOUP_icon_48.png",
        "64": "icon\/SOUP_icon_64.png",
        "128": "icon\/SOUP_icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "SOUP.user.js"
            ],
            "matches": [
                "*:\/\/*.stackexchange.com\/*",
                "*:\/\/*.stackoverflow.com\/*",
                "*:\/\/*.superuser.com\/*",
                "*:\/\/*.serverfault.com\/*",
                "*:\/\/*.stackapps.com\/*",
                "*:\/\/*.mathoverflow.net\/*",
                "*:\/\/*.askubuntu.com\/*"
            ],
            "exclude_globs": [
                "https:\/\/stackoverflow.com\/c\/*"
            ],
            "run_at": "document_start"
        }
    ]
}