Open in Steam

This Extension opens links to steam in Steam instead of in Browser

Qu'est-ce que Open in Steam ?

Open in Steam est une extension Chrome développée par josephldailey, et sa fonction principale est "This Extension opens links to steam in Steam instead of in Browser".

Captures d'Écran de l'Extension

screenshot
screenshot

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

                        Common links such as a game pages will open in steam instead of in the browser.                    

Informations de Base sur l'Extension

Nom Open in Steam Open in Steam
ID cecgojhodgkcpcpkejmnobkmoogkjfaa
URL Officiel https://chrome.google.com/webstore/detail/open-in-steam/cecgojhodgkcpcpkejmnobkmoogkjfaa
Description This Extension opens links to steam in Steam instead of in Browser
Taille du Fichier 10.81 KB
Nombre d'Installations 2,226
Version Actuelle 0.1.1
Dernière Mise à Jour 2013-09-12
Date de Publication 2013-09-12
Évaluation 2.66/5 Total 29 Évaluations
Développeur josephldailey
Type de Paiement free
Langues Prises en Charge 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"
}