CheapShark Deal Search
Search for the best deals on Digital Game Downloads
什麼是CheapShark Deal Search?
CheapShark Deal Search是由Cyris.io開發的Chrome擴展程式,該擴展的主要功能是“Search for the best deals on Digital Game Downloads”。
擴展截圖
下載CheapShark Deal Search擴展crx文件
下載CheapShark Deal Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
CURRENTLY IN BETA - ** Unofficial extension ** This adds a button to Steam to search the CheapShark database for a better deal on the game you are currently viewing. A second feature is highlighting a game name on any website, right click and select "Search CheapShark" to automatically search the title on the CheapShark website. Search CheapShark button currently supports: 1.Steam More features and support will be added soon. Tips are welcome to encourage development. Dogecoin: DGEtVLEdAAPKGef1TKqY2SFiUEbhGK64xS Reddcoin: RiNcBsYiZ2A5Bj5YJRErDJZtfj6UJ6wPEe Feel free to contact me via Twitter: @CyrisXD
擴展基本資訊
名稱 | |
ID | ahdfdhcljjiogoabcemgldinhgoemmjc |
官方網址 | https://chromewebstore.google.com/detail/cheapshark-deal-search/ahdfdhcljjiogoabcemgldinhgoemmjc |
簡介 | Search for the best deals on Digital Game Downloads |
檔案大小 | 122 KB |
安裝次數 | 1,282 |
目前版本 | 0.3 |
更新時間 | 2014-10-14 |
上架時間 | 2014-10-14 |
評分 | 4.54/5 共 26 次評分 |
開發者 | Cyris.io |
付費類型 | free |
擴展官網 | http://www.cyris.io |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CheapShark Deal Search", "description": "Search for the best deals on Digital Game Downloads", "author": "eGuru - CyrisXD", "version": "0.3", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_scripts": [ { "matches": [ "http:\/\/store.steampowered.com\/app\/*" ], "js": [ "jquery.js", "myscript.js" ] } ], "web_accessible_resources": [ "functions.js", "logo.png" ], "permissions": [ "contextMenus" ], "background": { "scripts": [ "jquery.js", "background.js" ] }, "manifest_version": 2 } |