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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CheapShark Deal Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 CheapShark Deal Search CheapShark Deal Search
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
}