SteamRateHelper
明显的显示steam搜索结果和评分
SteamRateHelperとは何ですか?
SteamRateHelperはkokdemoによって開発されたChromeの拡張機能で、その主な機能は「明显的显示steam搜索结果和评分」です。
拡張機能のスクリーンショット
SteamRateHelper拡張機能のCRXファイルをダウンロード
SteamRateHelper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
颜色标签的逻辑: 好评率递减 深绿> 浅绿 > 嫩绿 > 橙色 > 红色 少于500人评测的游戏没有标签。
拡張機能の基本情報
名前 | SteamRateHelper |
ID | nkcgbdhdhemogijhmajgfngdbhifopjc |
公式URL | https://chromewebstore.google.com/detail/steamratehelper/nkcgbdhdhemogijhmajgfngdbhifopjc |
説明 | 明显的显示steam搜索结果和评分 |
ファイルサイズ | 41.87 KB |
インストール数 | 26 |
現在のバージョン | 0.1 |
最終更新日 | 2017-12-11 |
公開日 | 2017-12-11 |
開発者 | kokdemo |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/kokdemo/SteamRateHelper |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SteamRateHelper", "version": "0.1", "manifest_version": 2, "description": "\u660e\u663e\u7684\u663e\u793asteam\u641c\u7d22\u7ed3\u679c\u548c\u8bc4\u5206", "icons": { "48": "icon.png" }, "permissions": [], "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/store.steampowered.com\/", "*:\/\/store.steampowered.com\/tag\/*", "*:\/\/store.steampowered.com\/search\/*" ], "js": [ "js\/jquery.js", "js\/main.js" ], "css": [ "main.css" ], "run_at": "document_start" } ] } |