Metacritic score/time graph
Get an overview of how early and late reviews differ.
Metacritic score/time graph란 무엇입니까?
Metacritic score/time graph은(는) ebusinessjma에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get an overview of how early and late reviews differ."입니다.
확장 프로그램 스크린샷
Metacritic score/time graph 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Not all reviews are created equal, early reviews of especially games may be based on an insufficient experience with the product. Sometimes this results in markedly different early and late reviews. This plugin will visualize the discrepancy. On the critic-reviews page of a product on http://www.metacritic.com this plugin will display a graph detailing the scores given over time. Note that: The graph is displayed only on the page that lists all the reviews. You must navigate to this page in order to see the graph. Click on the X Critics link next to the metascore to navigate to this page. The graph is drawn using only reviews that are listed on the current page. Some older products do not list dates for individual reviews, no graph is drawn for those products.
확장 프로그램 기본 정보
이름 | |
ID | paekmmlgndpjnbdlkcegahofaljgemhl |
공식 URL | https://chromewebstore.google.com/detail/metacritic-scoretime-grap/paekmmlgndpjnbdlkcegahofaljgemhl |
설명 | Get an overview of how early and late reviews differ. |
파일 크기 | 4.44 KB |
설치 횟수 | 57 |
현재 버전 | 0.2 |
최근 업데이트 | 2018-10-09 |
출시 날짜 | 2018-10-09 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | ebusinessjma |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Metacritic score\/time graph", "short_name": "Metac. graph", "description": "Get an overview of how early and late reviews differ.", "version": "0.2", "content_scripts": [ { "matches": [ "*:\/\/www.metacritic.com\/*" ], "js": [ "mcstg.js" ] } ] } |