Open in Steam
This Extension opens links to steam in Steam instead of in Browser
Co to jest Open in Steam?
Open in Steam to rozszerzenie Chrome opracowane przez josephldailey, a jego główną funkcją jest „This Extension opens links to steam in Steam instead of in Browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open in Steam
Pobierz pliki rozszerzeń Open in Steam w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Common links such as a game pages will open in steam instead of in the browser.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cecgojhodgkcpcpkejmnobkmoogkjfaa |
Oficjalny URL | https://chrome.google.com/webstore/detail/open-in-steam/cecgojhodgkcpcpkejmnobkmoogkjfaa |
Opis | This Extension opens links to steam in Steam instead of in Browser |
Rozmiar pliku | 10.81 KB |
Liczba instalacji | 2,226 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2013-09-12 |
Data Publikacji | 2013-09-12 |
Ocena | 2.66/5 Łącznie 29 Oceny |
Deweloper | josephldailey |
Typ Płatności | free |
Obsługiwane Języki | 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" } |