CheapShark Deal Search
Search for the best deals on Digital Game Downloads
CheapShark Deal Searchคืออะไร?
CheapShark Deal Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cyris.io และคุณลักษณะหลักของมันคือ "Search for the best deals on Digital Game Downloads"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CheapShark Deal Search
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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 } |