Steam Context Menu
Search Steam using the context menu
Steam Context Menu क्या है?
Steam Context Menu Skylark95 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search Steam using the context menu"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Steam Context Menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |