"View Vote totals" without 1000 rep
Allows anyone to view vote totals (usually a privilege for Stack Exchange users with 1k reputation)
"View Vote totals" without 1000 rep란 무엇입니까?
"View Vote totals" without 1000 rep은(는) Rob W에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows anyone to view vote totals (usually a privilege for Stack Exchange users with 1k reputation)"입니다.
확장 프로그램 스크린샷
"View Vote totals" without 1000 rep 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The quality of a post at a Stack Overflow is measured by upvotes and downvotes. By default, only the total vote counts are shown. Users with over 1000 reputation earn the privilege to see both the up- and downvotes, by clicking on the number between the voting arrows. Unfortunately, not many of us have enough time to join all Stack Exchange websites and get 1000 reputation. That's why I created this extension: To be able to view vote totals on any Stack Exchange website, whether I'm logged in or not. Works for questions, answers and /review/ and search results. * Website: https://stackapps.com/q/3082/9699 * Greasemonkey script: https://greasyfork.org/en/scripts/6192-stack-exchange-view-vote-totals-without-1000-rep NEW IN VERSION 1.5.10 Support updated StackExchange layout + dark theme support.
확장 프로그램 기본 정보
이름 | "View Vote totals" without 1000 rep |
ID | oibfliilcglieepgkdkahpfiiigdijdd |
공식 URL | https://chromewebstore.google.com/detail/view-vote-totals-without/oibfliilcglieepgkdkahpfiiigdijdd |
설명 | Allows anyone to view vote totals (usually a privilege for Stack Exchange users with 1k reputation) |
파일 크기 | 61.86 KB |
설치 횟수 | 265 |
현재 버전 | 1.5.10 |
최근 업데이트 | 2020-07-05 |
출시 날짜 | 2020-07-05 |
평점 | 4.93/5 총 14 개의 평점 |
개발자 | Rob W |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://stackapps.com/q/3082/9699?view-vote-totals-without-1000-rep |
도움말 페이지 URL | https://stackapps.com/q/3082/9699?view-vote-totals-without-1000-rep |
개인정보 보호 정책 페이지 URL | https://robwu.nl/privacy/cws |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "votetotals.js" ], "css": [ "votetotals.css" ], "matches": [ "*:\/\/*.stackoverflow.com\/*", "*:\/\/superuser.com\/*", "*:\/\/serverfault.com\/*", "*:\/\/*.stackexchange.com\/*", "*:\/\/answers.onstartups.com\/*", "*:\/\/askubuntu.com\/*", "*:\/\/mathoverflow.net\/*", "*:\/\/meta.answers.onstartups.com\/*", "*:\/\/meta.askubuntu.com\/*", "*:\/\/meta.serverfault.com\/*", "*:\/\/meta.superuser.com\/*", "*:\/\/meta.mathoverflow.net\/*", "*:\/\/stackapps.com\/*" ], "exclude_matches": [ "*:\/\/area51.stackexchange.com\/*" ], "include_globs": [ "*\/questions\/*", "*\/review\/*", "*\/search*" ] } ], "description": "Allows anyone to view vote totals (usually a privilege for Stack Exchange users with 1k reputation)", "name": "\"View Vote totals\" without 1000 rep", "version": "1.5.10", "manifest_version": 2, "homepage_url": "https:\/\/stackapps.com\/q\/3082\/9699?view-vote-totals-without-1000-rep", "icons": { "128": "icon128x128.png", "48": "icon48x48.png" } } |