"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文件
下載"View Vote totals" without 1000 rep擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |