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文件

下载Steam Context Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}