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ファイルをダウンロード
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 |
Eメール | [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" ] } ] } |