Open In Steam
Opens all steam pages in your steam client.
Qu'est-ce que Open In Steam ?
Open In Steam est une extension Chrome développée par ShingZhanho, et sa fonction principale est "Opens all steam pages in your steam client.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open In Steam
Téléchargez les fichiers d'extension Open In Steam au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
One of your friends sents you a Steam page link and it just won't open in the Steam cilent? This extension is a solution for you. On each Steam page, an "Open in Steam Client" button is displayed. Simply click on the button and the page is opened in the Steam Client.
Informations de Base sur l'Extension
Nom | Open In Steam |
ID | kkghocbcijmjfmgbfhcnooaaipihngea |
URL Officiel | https://chromewebstore.google.com/detail/open-in-steam/kkghocbcijmjfmgbfhcnooaaipihngea |
Description | Opens all steam pages in your steam client. |
Taille du Fichier | 90.03 KB |
Nombre d'Installations | 51 |
Version Actuelle | v0.1-beta |
Dernière Mise à Jour | 2021-08-16 |
Date de Publication | 2021-08-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ShingZhanho |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ShingZhanho/OpenInSteam-Chrome |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open In Steam", "description": "Opens all steam pages in your steam client.", "version": "0.1", "version_name": "v0.1-beta", "manifest_version": 3, "content_scripts": [ { "js": [ "js\/ga.js", "js\/gtag.js", "js\/script.js" ], "css": [ "css\/page-element-style.css" ], "matches": [ "*:\/\/steamcommunity.com\/*", "*:\/\/store.steampowered.com\/*", "*:\/\/help.steampowered.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "author": "ShingZhanho", "homepage_url": "https:\/\/github.com\/ShingZhanho\/OpenInSteam-Chrome" } |