SteamRateHelper

明显的显示steam搜索结果和评分

什麼是SteamRateHelper?

SteamRateHelper是由kokdemo開發的Chrome擴展程式,該擴展的主要功能是“明显的显示steam搜索结果和评分”。

擴展截圖

screenshot
screenshot

下載SteamRateHelper擴展crx文件

下載SteamRateHelper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        颜色标签的逻辑: 
好评率递减

深绿> 浅绿 > 嫩绿 > 橙色 > 红色


少于500人评测的游戏没有标签。                    

擴展基本資訊

名稱 SteamRateHelper SteamRateHelper
ID nkcgbdhdhemogijhmajgfngdbhifopjc
官方網址 https://chromewebstore.google.com/detail/steamratehelper/nkcgbdhdhemogijhmajgfngdbhifopjc
簡介 明显的显示steam搜索结果和评分
檔案大小 41.87 KB
安裝次數 26
目前版本 0.1
更新時間 2017-12-11
上架時間 2017-12-11
開發者 kokdemo
電子郵箱 [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"
        }
    ]
}