Metacritic score/time graph
Get an overview of how early and late reviews differ.
Metacritic score/time graphคืออะไร?
Metacritic score/time graph เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ebusinessjma และคุณลักษณะหลักของมันคือ "Get an overview of how early and late reviews differ."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metacritic score/time graph
ดาวน์โหลดไฟล์ส่วนขยาย Metacritic score/time graph ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |