Open in Steam
This Extension opens links to steam in Steam instead of in Browser
Wat is Open in Steam?
Open in Steam is een Chrome-extensie ontwikkeld door josephldailey, en de belangrijkste functie is "This Extension opens links to steam in Steam instead of in Browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Open in Steam
Download Open in Steam-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Common links such as a game pages will open in steam instead of in the browser. Basisinformatie over de Extensie
| Naam | |
| ID | cecgojhodgkcpcpkejmnobkmoogkjfaa |
| Officiële URL | https://chrome.google.com/webstore/detail/open-in-steam/cecgojhodgkcpcpkejmnobkmoogkjfaa |
| Beschrijving | This Extension opens links to steam in Steam instead of in Browser |
| Bestandsgrootte | 10.81 KB |
| Aantal Installaties | 2,226 |
| Huidige Versie | 0.1.1 |
| Laatst Bijgewerkt | 2013-09-12 |
| Publicatiedatum | 2013-09-12 |
| Beoordeling | 2.66/5 Totaal 29 Beoordelingen |
| Ontwikkelaar | josephldailey |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |