Steam Community SteamRep Integration
Displays SteamRep status on Steam Community profile pages
什麼是Steam Community SteamRep Integration?
Steam Community SteamRep Integration是由Dr. McKay開發的Chrome擴展程式,該擴展的主要功能是“Displays SteamRep status on Steam Community profile pages”。
擴展截圖
下載Steam Community SteamRep Integration擴展crx文件
下載Steam Community SteamRep Integration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Displays a user's SteamRep status directly on their profile page at SteamCommunity.com. Click on a user's SteamRep status to go to their SteamRep profile page. At the moment, due to limitations in SteamRep's system, caution tags are not displayed. Always double-check!
擴展基本資訊
名稱 | Steam Community SteamRep Integration |
ID | aaclmldkenecanphogeaacolljiphmnk |
官方網址 | https://chromewebstore.google.com/detail/steam-community-steamrep/aaclmldkenecanphogeaacolljiphmnk |
簡介 | Displays SteamRep status on Steam Community profile pages |
檔案大小 | 13.89 KB |
安裝次數 | 1,895 |
目前版本 | 1.2.0 |
更新時間 | 2013-10-08 |
上架時間 | 2013-10-08 |
評分 | 4.39/5 共 18 次評分 |
開發者 | Dr. McKay |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://steamrep.com |
說明頁面URL | https://bitbucket.org/Doctor_McKay/steamrep-chrome-extension/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Community SteamRep Integration", "version": "1.2.0", "manifest_version": 2, "description": "Displays SteamRep status on Steam Community profile pages", "homepage_url": "http:\/\/www.steamrep.com", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "http:\/\/steamrep.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/steamcommunity.com\/*" ], "js": [ "steamcommunity.js" ] } ] } |