Stack Overflow Unofficial Patch
Miscellaneous client-side fixes for bugs on Stack Exchange sites
Stack Overflow Unofficial Patch란 무엇입니까?
Stack Overflow Unofficial Patch은(는) Ilmari Karonen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Miscellaneous client-side fixes for bugs on Stack Exchange sites"입니다.
확장 프로그램 스크린샷
Stack Overflow Unofficial Patch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } ] } |