Steam Context Menu

Search Steam using the context menu

Steam Context Menu란 무엇입니까?

Steam Context Menu은(는) Skylark95에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search Steam using the context menu"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Steam Context Menu 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Search for games on Steam, SteamDB, or IsThereAnyDeal using the context menu in Google Chrome.

PLEASE REPORT BUGS OR FEATURES REQUESTS ON GITHUB. I don't regularly check comments on the web store.
https://github.com/Skylark95/chrome-steam-context-menu

Recent changes:
• Fix for isthereanydeal.com search.

Use case:
When viewing games from retailers other than Steam, select the game title text, right click and select "Search Steam". Helpful for when you want to check if you already own a game or want to view the game listing on Steam for reviews, price, screenshots, etc.

Features:
• Search selected text on Steam, SteamDB, or IsThereAnyDeal.
• Change visible menus with the option to collapse the parent menu when only one option is selected.

This extension goes well with the following extensions:
• Enhanced Steam
• Steam Database

Disclaimer: I am not the author for either of the above extensions. Steam Context Menu and other extensions linked on this page are not affiliated with Valve, Steam, or any of their partners.

Source code is available on GitHub:
https://github.com/Skylark95/chrome-steam-context-menu                    

확장 프로그램 기본 정보

이름 Steam Context Menu Steam Context Menu
ID mcglhmpnpongdigcmccjallgoinlklnj
공식 URL https://chromewebstore.google.com/detail/steam-context-menu/mcglhmpnpongdigcmccjallgoinlklnj
설명 Search Steam using the context menu
파일 크기 13.22 KB
설치 횟수 2,148
현재 버전 1.2.2
최근 업데이트 2017-05-19
출시 날짜 2017-05-18
평점 4.72/5 총 18 개의 평점
개발자 Skylark95
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Skylark95/chrome-steam-context-menu
도움말 페이지 URL https://github.com/Skylark95/chrome-steam-context-menu/blob/master/README.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Context Menu",
    "description": "Search Steam using the context menu",
    "version": "1.2.2",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "background": {
        "scripts": [
            "steamContextMenu.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "minimum_chrome_version": "42",
    "manifest_version": 2
}