Open in Steam
This Extension opens links to steam in Steam instead of in Browser
Cos'è Open in Steam?
Open in Steam è un'estensione di Chrome sviluppata da josephldailey, e la sua funzione principale è "This Extension opens links to steam in Steam instead of in Browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open in Steam
Scarica i file di estensione Open in Steam in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Common links such as a game pages will open in steam instead of in the browser.
Informazioni di Base sull'Estensione
Nome | |
ID | cecgojhodgkcpcpkejmnobkmoogkjfaa |
URL Ufficiale | https://chrome.google.com/webstore/detail/open-in-steam/cecgojhodgkcpcpkejmnobkmoogkjfaa |
Descrizione | This Extension opens links to steam in Steam instead of in Browser |
Dimensione del File | 10.81 KB |
Conteggio Installazioni | 2,226 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2013-09-12 |
Data di Pubblicazione | 2013-09-12 |
Valutazione | 2.66/5 Totale 29 Valutazioni |
Sviluppatore | josephldailey |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "steam.js" ], "matches": [ "http:\/\/store.steampowered.com\/*", "https:\/\/store.steampowered.com\/*" ], "run_at": "document_start" } ], "description": "This Extension opens links to steam in Steam instead of in Browser", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Open in Steam", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "version": "0.1.1" } |