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 |
公式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 } |